Tuesday 11 April 2017

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 file
       for 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