wamp server SIZE
Posted by: kathierry2106 (196.44.244.---)
Date: March 20, 2008 12:03PM

Hello 2y'all
can anyone help me about the wmp server size
I have PHP=MySql codes for UPLOADING File to the SERVER
all types of files (.doc, .pdf. jpeg, .xls, .ppt, .....)are uploading
to the wamp server where i created a folder to store file uploaded

but file with big size upto LONGBLOG size set yo phpmyadmin
how can i increase the default size set in wamp server ???
tks

Thierry
best regarsd

Options: ReplyQuote
Re: wamp server SIZE
Posted by: toivo (203.19.130.---)
Date: March 20, 2008 01:32PM

Hi,

Edit the php.ini file:

c:\wamp\bin\apache\apache2.2.8\bin\php.ini


Modify the following lines and increase the size in MB:

; Maximum size of POST data that PHP will accept.
post_max_size = 8M


; Maximum allowed size for uploaded files.
upload_max_filesize = 2M

You may also need to increase the session timeout value and the maximum memory allocation for a session.

Regards,

toivo
Sydney, Australia

Options: ReplyQuote
Re: wamp server SIZE
Posted by: yfastud (Moderator)
Date: March 20, 2008 05:16PM


Options: ReplyQuote
Re: wamp server SIZE
Posted by: kathierry2106 (196.44.244.---)
Date: March 24, 2008 10:30AM

TKS FOR U GUIDANCE
I DID ALL STEPS
NOW AM RESATARTING ALL WAMPSERVICE

GONNA TEST IT THE BIG FILE SIZE
AND C

TKS SO MUCH

HAPPY EASTER

Options: ReplyQuote


Sorry, only registered users may post in this forum.