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
can any one help me with that, another solution?