function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Binu 8Binu 8 

Static resource upload limit issue

Hi Team,

My project size is 6 MB and I am using salesforce Enterprice edition. I am getting this error when I am trying to upload my existing html project as
static resource ,"static resource cannot exceed 5MB".I think we can upload 10 MB at a time. Let me know what is the problem?
Shrikant BagalShrikant Bagal
Hello Binu,

According to the documentation :

http://www.salesforce.com/us/developer/docs/pages/Content/pages_resources.htm

"A single static resource can be up to 5 MB in size, and an organization can have up to 250 MB of static resources, total."

If its helps, please mark as best answer so it will help to other who will serve same problem.
T​hanks! 
Shailendra Singh ParmarShailendra Singh Parmar
Hi Binu,
Their are 2 appraches that are in my mind.
#1. split your static resource in multiple files and then upload.
#2. Instead of static resource use apprahc suggest by Matthew Lamb, https://success.salesforce.com/ideaView?id=08730000000grFFAAY
I beleive that you have already using some zip technique to reduce size.

Thanks!