I have recently developed a new website for a client and part of the scope is to upload large files (up to 225 MB) using an HTML form. I have used PHP to do the upload. I have just realized that my client’s hosting allows a max upload size of 5.2 MB. I found this which talks about the exact problem that I have and possible solutions.
I tried solution #3 since the server is setup to run PHP as CGI standalone. I have created and placed php.ini file under every folder and changed the parameters (post_max_size, upload_max_filesize, etc.) but still was not able to make it work .Any ideas, comments or suggestions? I appreciate any help.
Thanks.
I tried solution #3 since the server is setup to run PHP as CGI standalone. I have created and placed php.ini file under every folder and changed the parameters (post_max_size, upload_max_filesize, etc.) but still was not able to make it work .Any ideas, comments or suggestions? I appreciate any help.
Thanks.