Theme4Press › Forums › alora › Limits on file size for upload › Reply To: Limits on file size for upload
#22617
|
Hi,
You will need to resize and shrink your image until it’s within a file size acceptable by your web server.
Or you can change the upload_max_filesize in your web server php.ini
http://stackoverflow.com/questions/2184513/php-change-the-maximum-upload-file-size#answer-2184541
This has nothing to do with Theme.
Thanks!