My PHP large file upload script not working specifically if the size exceeds 2 MB. When I click the button it just don’t do anything. But for files less than 2 MB it is working fine. Anyone of you has experienced the same thing?
I don’t think the size is an issue.
PHP large file upload script not working?
Hi,
PHP usually specifies a default size of maximum 2 MB for upload functionalities. If you happen to have a file of more than 2 MB that you need to upload, then you have to edit some portions of your script.
Check out the link below, I believe it will be helpful in solving your problem https://www.w3schools.com/php/php_file_upload.asp.
PHP large file upload script not working?
Hi,
Hope this will help you.
This is not a problem of PHP, this is server restriction. For an example if you have experience working with WAMP server in server configuration file itself mention maximum 5BM can upload. Therefore first look at the server configuration (normally this is named as httpd. conf) file and change the limitation.