Discussion: Help with file upload
Afficher un message
Vieux 25/07/2007, 11h08   #3
C.
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: with file upload

On 25 Jul, 01:47, "Ralph H. Stoos Jr." <rst...@rochester.rr.com>
wrote:
> 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,


Eh? How?

> 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.
>


What you are describing is not possible - browsers only allow users to
select one file at a time - but you can have multiple file input
fields on / submissions from a single web page.

> 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.
>


So your system is isolated from the internet and you trust your users
100% and you will be storing your files where they are not directly
accesible by the webserver / using a custom directory with non-
standard mime mappings to store the files.

I think you are not understanding what you are asking for.

C.

  Réponse avec citation
 
Page generated in 0,04647 seconds with 9 queries