[PHP] Re: POST upload script timeout

2003-12-13 Thread Iain Staffell
"Eric Bolikowski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Iain Staffell" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I have a script on my local machine to allow friends to send me files, as > IM > > or FTP transfers don't work, and so I would like to

[PHP] Re: POST upload script timeout

2003-12-08 Thread Iain Staffell
"Eric Bolikowski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]> > ini_set('max_execution_time', '3600'); Thankyou very much, it works fine now! :o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: POST upload script timeout

2003-12-06 Thread Eric Bolikowski
"Iain Staffell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have a script on my local machine to allow friends to send me files, as IM > or FTP transfers don't work, and so I would like to accept reasonably large > files (10mb max). I followed some of the examples shown around