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