cancel
Showing results for 
Search instead for 
Did you mean: 

Magento admin image upload buttons are missing in magento 1.9.3.1

Magento admin image upload buttons are missing in magento 1.9.3.1

hello, guys,

i am facing image upload problem in magento admin.

i tried all possible options like, install flash player, give direct value to the upload.php and uploader.phtml also copy and paste three .swf files , i checked i have media folder

design/adminhtml/default/default/template/media/

 at above path,

still stuck in problem i dont know what to do please anybody help.

 

i am facing this error.

 

SyntaxError: expected expression, got ';'       maxUploadFileSizeInBytes = ;

 

at prototype.js

 

i also compared prototype.js to other perfectly working magento's js no difference.

 

please help me

thank you in Advance,

2 REPLIES 2

Re: Magento admin image upload buttons are missing in magento 1.9.3.1

Please ask this question in M1 forum. I am sure you'll get the right answer there. 

Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post

Re: Magento admin image upload buttons are missing in magento 1.9.3.1

There may be error in getting value of post_max_size and upload_max_filesize from php.ini file so add below line in .htaccess file of magento root folder.

 

## adjust memory limit
    php_value post_max_size 128M
    php_value upload_max_filesize 128M