Fix HTTP Error When Uploading Product Images in Magento

image-upload

i have tried every things to solve this issue.
So when i try to upload an product image with the size image over 100 kb there is this issue..
i already set into .htaccess SecFilterEngine Off, post_max_size 16MB, upload_max_size 16MB there isn't protection password limitation i think and i have tried to set the secure url with http.

But it doesn't change.
Please help me, what can i do?

Best Answer

Please check your apache error log.

Also ask your hosting provider if PHP is running in FastCGI mode and if there is MaxRequestLen limitation.

Related Topic