Upload Size Limits ? ? ? ?
Posted by: kaziris (---.home.otenet.gr)
Date: November 01, 2008 12:08PM

Hello all,

I have a problem on the size of the MB that Flash is trying to upload using the wamp server.

It cannot upload a file bigger than 2MB and though the Flash has a limitation about 100MB.

Is there any limitations using the wamp server apache on how many MB will be uploaded? ? ?


Thanx in advance

Options: ReplyQuote
Re: Upload Size Limits ? ? ? ?
Posted by: stevenmartin99 (193.120.116.---)
Date: November 01, 2008 01:34PM

change in php.ini

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
For Anyone had problems with the limits on Uploades of the Php handling
Posted by: kaziris (---.home.otenet.gr)
Date: November 01, 2008 01:35PM

I have solved the problem for the size limits of the uploades using the PHP and the wamp server.

What you have to do to change the amount of data that u can allow someone to upload is in the "php.ini" file

left click on the wamp tray icon -> choose the php -> php.ini

In this file find the tab
;;;;;;;;;;;;;;;;;
; Data Handling ;
;;;;;;;;;;;;;;;;;

and change in this tab the label
; Maximum size of POST data that PHP will accept.
post_max_size = 12M <----------------- i have change it for example to 12MB allowed

also for the upload u have to change another section in the below tab

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

in this tab now change also the
; Maximum allowed size for uploaded files.
upload_max_filesize = 12M <----------------- put the same MBytes or lower , (notice that bigger MB allowed in this area from the "post_max_size" want be uploaded)


-----------------------------------------

In other words what prefered size you put on the "post_max_size" should be equal or less to the "upload_max_filesize" or either your uploades want work in the prefered size


Cheers

Options: ReplyQuote


Sorry, only registered users may post in this forum.