Upload multiple files using PHP and VBScript or JavaScript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Susan

    Upload multiple files using PHP and VBScript or JavaScript

    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.

    Thanks in advance,

    Susan


  • Erwin Moller

    #2
    Re: Upload multiple files using PHP and VBScript or JavaScript

    Susan wrote:
    [color=blue]
    > 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.[/color]

    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
    [color=blue]
    >
    > Thanks in advance,
    >
    > Susan[/color]

    Comment

    Working...