QUE :- How to increase file uploading size in php using wamp/xampp/hosing sites?
SOLUTION:-
step 1:- firstly find php.ini file in apache bin folder and open the filefor wamp and xampp:-
-> Left click and then go on PHP and open php.ini file
or
-> go on link = C:\wamp\bin\apache\apache2.4.9\bin
step 2:- now search in that file as:- post_max_size now update that size as follows:-
post_max_size = 14M
similarly update upload_max_filesize as follows:-
upload_max_filesize = 64M
step 3: Now restart the Server
;)
ReplyDeleterealy helpful....thank you
ReplyDelete