Try the Demo

Magento Forum

   
Set max upload file size
 
ijoyoya
Member
 
Total Posts:  43
Joined:  2008-11-26
Fullerton, CA
 

I found this but I can not find the file.
http://www.magentocommerce.com/boards/viewthread/38960/

does anyone know?

core/Mage/Catalog/Model/Product/Edit/Tab/Option/Options.php
In line 235
$value[’file_size’] 
$option->getFileSize();

I try Magento 1.3.0 version just in case, but there isn\’t

anybody know how to set max upload file size?

 
Magento Community Magento Community
Magento Community
Magento Community
 
MagePsycho
Mentor
 
Avatar
Total Posts:  1688
Joined:  2009-06-23
 

In php.ini

upload_max_filesize 10M
post_max_size 
20M

Or in .htaccess

php_value upload_max_filesize 10M
php_value post_max_size 20M

Note: You can change the values as per your requirement

 Signature 

MagePsycho - Magento Freelancer
Free Modules: jQuery LightBoxes | Frontend Links Manager & more…
Commercial Modules: jQuery Sliders Pro | Custom Login Redirect Pro | Store Restrction Pro & more...

Follow me on Twitter @ magepsycho

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top