cancel
Showing results for 
Search instead for 
Did you mean: 

I am unable to upload downloadable products greater than 8mb...

I am unable to upload downloadable products greater than 8mb...

I am unable to upload downloadable products greater than 8mb...

 

even after I edit php.ini & .htaccess but still not able to? HELP!!!

 

upload size php & .htaccess fix not working

 

 

masgento 1.9.2

5 REPLIES 5

Re: I am unable to upload downloadable products greater than 8mb...

Hi,

Can you create a php file in the root of your Magento and within it put the following contents.. you say you've added the information into the .htaccess - this is just to check that its being registered correctly;

 

<?php phpinfo(); ?>

 

Then locate the upload_max_filesize and post_max_size rows and let us know what the values are?

 

Once you've got the above info out; make sure you delete the file again.

Problem solved? Click Accept as Solution!
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner

Re: I am unable to upload downloadable products greater than 8mb...

I have also tried that but I get an error that its disabled for security reasons line 1

Re: I am unable to upload downloadable products greater than 8mb...

here is the actual error message

 

Warning: phpinfo() has been disabled for security reasons in /home/mcdovemu/public_html/mcdovemusic.com/phpinfo.php on line 1

Re: I am unable to upload downloadable products greater than 8mb...

Hi,

OKay - in that case could you try the below code then in order to see if we can see what them vaues are actually set as.

 

<?php
echo 'post_max_size = ' . ini_get('post_max_size') . "<br>";
echo 'upload_max_filesize = ' . ini_get('upload_max_filesize') . "<br>";
Problem solved? Click Accept as Solution!
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner

Re: I am unable to upload downloadable products greater than 8mb...

Thanks... the code worked:

 

post_max_size = 64M
upload_max_filesize = 8M

 

but I'm still not sure what php.ini file its pulling the info from.... as Have already ammended the php.ini file to for the increase that I was as well as .htaccess file