1. Open CLI to the FMC
a. expert
sudo su
vim +76 /usr/local/sf/htdocs/ddd/fileUpload.cgi
b. Enter in i on the keyboard to go to interactive mode on vim
c. Update the line by increasing the maxFileSizeMap
From: ANY_CONNECT_IMAGE => 100 * 1024 * 1024,
To: ANY_CONNECT_IMAGE => 200 * 1024 * 1024,
d. Save the file by entering in ESC then :wq
2. Upload the file again now
No comments:
Post a Comment