Re: [PHP] Send files before the php script executes

2004-10-07 Thread Greg Donald
On 7 Oct 2004 09:17:26 -0700, Ruben Duarte <[EMAIL PROTECTED]> wrote: > 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

[PHP] Send files before the php script executes

2004-10-07 Thread Ruben Duarte
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