cancel
Showing results for 
Search instead for 
Did you mean: 

Upload HTTP Error

Upload HTTP Error

Hello All,

I have serious problem in my store,

when i tried to upload files to downloadable products, if the file size greater than 6 Mb, it gave me "Upload HTTP Error" after the upload come to 100%.

i searched about this and some people adviced me to increase the post_max_size and i increased it to be 64M in my php.ini file on the root of my magento code

I set : 

upload_max_filesize = 40M
post_max_size = 64M

and the error still appears like the next screenshot

Uploading Error

can any one help me with that, another solution?

 

 

1 REPLY 1

Re: Upload HTTP Error

Was it set to 6 MB in php.ini initially? Upload a test php file with:

phpinfo()

 

and see what PHP says for those values. Also check your .htaccess file to see if it's overriding your php.ini settings. Did you restart PHP after making the change (to reload values and clear any opcode cache)?