Posted by Erwin Moller on 01/23/06 13:53
Susan wrote:
> Is it possible to use PHP with VBScript or JavaScript to upload multiple
> files.
> I'd like to automate the upload of a complete directory (not using FTP).
> I don't need a common form with several upload boxes.
So what is it that you DO need?
What you are describing here is extremely vague.
Please post a coherent question with enough information for others to help
you.
In general: Javascript has nothing to do with file-uploads. JS cannot touch
anything of interest concerning the local filesystem.
You need the local filesystem to select files you want to upload.
Futher: Both PHP and VBscript can handle forms that contain files, but in
PHP it is all much more easy to code.
Regards,
Erwin Moller
>
> Thanks in advance,
>
> Susan
Navigation:
[Reply to this message]
|