overcoming the file upload time limit

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
hame22
Forum Contributor
Posts: 214
Joined: Wed May 11, 2005 5:50 am

overcoming the file upload time limit

Post by hame22 »

Hi

I have set up a form whereby you can upload a pdf to a directory of my site.

The problem is when my pdf files are large in size, say over 2mb

when I attempt to upload a pdf of this size it says that it has timed out. Is there a way of overcoming this time limit so that I can upload large files?


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

Post by feyd »

The directives to alter can be found here: http://php.net/features.file-upload
Post Reply