Uploading multiple files

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

    Uploading multiple files

    Is there a way to select a directory on your local computer and
    automatically upload all files in to your server?



  • CountScubula

    #2
    Re: Uploading multiple files

    "Spidah" <h.laughland@eg gstra.co.nz> wrote in message
    news:TK25c.4890 $rw6.94626@news .xtra.co.nz...[color=blue]
    > Is there a way to select a directory on your local computer and
    > automatically upload all files in to your server?
    >
    >
    >[/color]

    Short answer, No


    Can it be accomplished? Yes. I have tested by using an Active-X control,
    although I believe this locks you into only using Microsoft Internet
    Explorer 4.x and above.

    I guess you could work around by testing the browser, and if it is IE, then
    display control, if not, then do the old way of mutiple file fields

    --
    Mike Bradley
    http://www.gzentools.com -- free online php tools


    Comment

    • jn

      #3
      Re: Uploading multiple files

      "Spidah" <h.laughland@eg gstra.co.nz> wrote in message
      news:TK25c.4890 $rw6.94626@news .xtra.co.nz...[color=blue]
      > Is there a way to select a directory on your local computer and
      > automatically upload all files in to your server?
      >
      >[/color]

      I use a free Java applet that lets you select multiple files for upload.

      Download File Upload Applet for free. A tool for web developpers, to get rid of HTML upload limitation. AS OF JAVA PLUGIN DEPRECATION: applet execution within the navigator is "in danger". But JUpload applet can executed in JNLP mode, or within your java application.


      There are also some other Java uploaders out there.


      Comment

      Working...