Categories

upload_max_filesize

Elina Webb July 11, 2016
No votes yet.
Please wait...

upload_max_filesize is the maximum size of an uploaded file.

For example, upload_max_filesize = 3M : it means you can upload the maximum size of a file up to 3MB.

upload_max_filesize

You can change this value by adding the code to php.ini file (usually, it’s located in the root directory):

upload_max_filesize = 3M

Just change 3 with your value.

Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.