upload timing out

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
farrellj
Forum Newbie
Posts: 2
Joined: Mon Jan 17, 2005 5:31 pm

upload timing out

Post by farrellj »

i made a php uploading page which normally works fine. i've uploaded 20 mb files on it. then i go to a different computer with a different internet and it times out. if i upload a 100 kb file it'll take about 15 seconds, then time out, if i upload a 5MB+ file, it will time out immediatly. i've tried the same procedure on 4 different connections, two of them didn't work, and two did. what would cause this? is it a timing out issue? should i change something in the htaccess file? thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

did the configuration of Apache or PHP change between the changing of computers?
farrellj
Forum Newbie
Posts: 2
Joined: Mon Jan 17, 2005 5:31 pm

Post by farrellj »

nope.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

so you didn't update the version, or muck with anything inside the httpd.conf and php.ini? hmm...

Which versions of php and Apache is this? Is php set up under CGI or SAPI?
Post Reply