Send files before the php script executes
From: Ruben Duarte (ruben.alutiz_at_knet.es)
Date: 10/07/04
- Previous message: frusdniw: "large includes vs small includes with lots of reads"
- Next in thread: Michael Vilain
: "Re: Send files before the php script executes" - Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 7 Oct 2004 09:17:26 -0700
Hi,
Anybody knows if is posible in Linux with PHP to do upload of several
files sending the data before that php script executes. Now in my
server you do the upload (with html,form, multipart ...) and first all
the files are upload and them the php script is executed.
The idea is the next: In the server in my php script I want to
proccess each file separated because if the conexion is lost the user
don't have to send all the files again , only have to send the files
that haven't been uploaded and proccessed.
It seems hard.
Thanks in advance. ;-)
Ruben Alutiz
- Previous message: frusdniw: "large includes vs small includes with lots of reads"
- Next in thread: Michael Vilain
: "Re: Send files before the php script executes" - Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|