cooldude832 Posted August 15, 2007 Share Posted August 15, 2007 I'm trying to upload big images (>2mb) and everytime it times out any idea why? Link to comment https://forums.phpfreaks.com/topic/64961-uploading-big-files-timing-out-any-tips/ Share on other sites More sharing options...
jcombs_31 Posted August 15, 2007 Share Posted August 15, 2007 did you check your php.ini for upload file size and post file size? Link to comment https://forums.phpfreaks.com/topic/64961-uploading-big-files-timing-out-any-tips/#findComment-324157 Share on other sites More sharing options...
cooldude832 Posted August 15, 2007 Author Share Posted August 15, 2007 yes they are far above the given files size. However its taking a long time to do what it needs to upload, probably is more of a server question than php Link to comment https://forums.phpfreaks.com/topic/64961-uploading-big-files-timing-out-any-tips/#findComment-324158 Share on other sites More sharing options...
cooldude832 Posted August 15, 2007 Author Share Posted August 15, 2007 I think my issue is my server is so slow that even though it uploads the max time is catching on the second page, i'll goof aroudn with my .htacess to make it work, but wondering if there are any tips to uploading faster Link to comment https://forums.phpfreaks.com/topic/64961-uploading-big-files-timing-out-any-tips/#findComment-324161 Share on other sites More sharing options...
jcombs_31 Posted August 15, 2007 Share Posted August 15, 2007 how big are the files? Check the max execution time also in the PHP.ini Link to comment https://forums.phpfreaks.com/topic/64961-uploading-big-files-timing-out-any-tips/#findComment-324166 Share on other sites More sharing options...
cooldude832 Posted August 15, 2007 Author Share Posted August 15, 2007 the executing isn't a big deal (takes the file for content and paste into mysql) its the actual uploading of the file that takes forever because my browser status bar isn't moving/the url isn't updating forever and then after it gets to page 2 it is done in <5 seconds Link to comment https://forums.phpfreaks.com/topic/64961-uploading-big-files-timing-out-any-tips/#findComment-324173 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.