Results 1 to 2 of 2

Thread: Multiple file upload

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    15

    Unhappy Multiple file upload

    Dear All,

    I want to upload multiple files using a single file element since the user cannot click browse, select the file multiple times as he has to upload more than 50 files each time. So he need to have one file element and then click browse, use the shift/ctrl key to select all the files and hit the upload button to upload all those files he has selected.

    So farr I've managed to upload multiple files using multiple file elements.. and am really struck with having one file element to upload multiple files at one go.. any idea on this will be highly appreciated....

    Thanks,,

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: Multiple file upload

    Not possible. Especially not possible from PHP - this is about HTML-defined capabilities combined with browser UI issues.

    If you need to upload many files, handle ZIP archives and let the user upload those.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width