I try to upload file in fast upload to my server, the file size is 3.56 MB. But I failed, it says "The upload file exceeds the maximum upload file size....".
Then, I try to upload the same file with 3.56MB size to https://demo.seeddms.org/. It is successfully upload.
How can I increase the upload file size to my server? Please help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I try to upload file in fast upload to my server, the file size is 3.56 MB. But I failed, it says "The upload file exceeds the maximum upload file size....".
Then, I try to upload the same file with 3.56MB size to https://demo.seeddms.org/. It is successfully upload.
How can I increase the upload file size to my server? Please help.
If you use the standard upload form it shows you the limit configured on your server.
To modify the upload limit, find your php.ini and look for the two following options:
upload_max_filesize
post_max_size
Adjust the limits and reload (or restart) Apache to activate the new limits. Then try the upload again.