PDA

View Full Version : Where do i change http upload file limit size?



xe-cute
08-12-2006, 09:26 AM
Or can someone tell me what the limit is on Bluehost please?

I Think maybe I read somewhere it is 5MB upload limit via HTTP on Bluehost?

Also what is the Time-Out set as?

Thanks for your help :)

areidmtm
08-12-2006, 01:34 PM
you'll have to edit your php.ini file and then upload that file in every directory that need that change.

bobdog
08-12-2006, 04:23 PM
Ahh, I always wondered how to do that. In the past, I just called tech support.

So, on one of the sites I work on, the form upload is set to 30 meg.

I opened the php.ini file, starting at line 255 to line 257, it reads:


file_uploads = On ; Whether to allow HTTP file uploads
;upload_tmp_dir = ; temporary directory for HTTP uploaded files (will use system default if not specified)
upload_max_filesize = 30M ; Maximum allowed size for uploaded files

Is that all there is to it?

areidmtm
08-12-2006, 07:33 PM
Yep! Just make sure that you copy the php.ini file into every directroy that needs that update, or else it wont work