Image upload

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thallasridevi
    New Member
    • Dec 2007
    • 27

    Image upload

    I would like to be able to select few pictures and upload them all at once or even select a folder and upload all the pictures in that folder at once

    Can anyone please tell me how can i do this?

    Waiting for your response.

    Thanks,
    Sridevi.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    See if this link helps.

    Comment

    • thallasridevi
      New Member
      • Dec 2007
      • 27

      #3
      is there any way to upload directly from someone harddisk?

      Comment

      • Atli
        Recognized Expert Expert
        • Nov 2006
        • 5062

        #4
        Originally posted by thallasridevi
        is there any way to upload directly from someone harddisk?
        No, your scripts can not interact with the client's file-system. That would be a major security threat... a breakdown of all security, in fact.

        The only way to have your web UI upload files is via the <input> elements, which will only allow a single file per field.

        Uploading an entire directory will require much more than server-side PHP and client-side HTML/Javascript.

        Comment

        Working...