RE: [PHP] I have a problem with uploading files, can anybody help me!!!

2001-01-25 Thread Securez
The seep function, it can sleep for a number of seconds, if i have configured into php.ini the live time of a script to 30 sec. and if the upload's time is more greather than 30 sec, the script dies. What means the sleep function? -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] I have a problem with uploading files, can anybody help me!!!

2001-01-25 Thread Eric Dahnke
you could maybe use the sleep function. and for the directory question chown nobody.nobody dir/ or whatever user your webserver runs under. Securez wrote: > I have a form that permit a user to upload files, but if the file is 1 or 2 > Mb the time excess the script live time, > how i can chan

[PHP] I have a problem with uploading files, can anybody help me!!!

2001-01-25 Thread Securez
I have a form that permit a user to upload files, but if the file is 1 or 2 Mb the time excess the script live time, how i can change this, keeping the global value for script live time. And if i want to permit a user to upload a file, wath is the best mayway to do this, at this moment i need to