Link to home
Start Free TrialLog in
Avatar of DJ_AM_Juicebox
DJ_AM_Juicebox

asked on

move_uploaded_file() possibly can cause a timeout?

Hi,

I'm using move_uploaded_file() - is there a chance the connection might timeout if the file being uploaded is really big? Is this a browser setting that causes a timeout?

Thanks
Avatar of Zyloch
Zyloch
Flag of United States of America image

It's possible. You can let the timeout be longer with set_time_limit() [http://us2.php.net/set_time_limit], but ultimately, this controls it: http://us2.php.net/manual/en/ref.info.php#ini.max-execution-time
ASKER CERTIFIED SOLUTION
Avatar of Joseph Melnick
Joseph Melnick
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial