Posted by vic on 07/25/07 12:57
"Ralph H. Stoos Jr." <rstoos@rochester.rr.com> wrote in message
news:46a69db0$0$4704$4c368faf@roadrunner.com...
> All,
>
> I am trying to find a PHP page/script to upload multiple files to a server
> for processing. I realize this could be done with a recursive HTML page
> too, but I really want this app to be PHP end to end.
>
> I don't really care about cute, what I really want is to have it open a
> browse box so the user can select a group of files and then it uploads
> them all.
>
> Many of the ones I have seen are almost too configurable. They put in
> size limits or filters on a specific file extension etc. I plan to do all
> the housekeeping after the files are there.
>
> Ideas?
>
> Ralph
Put all of the files to upload into a zip file and upload the single file.
This method will be faster because of compression .
Vic
Navigation:
[Reply to this message]
|