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
Jo_DengJo_Deng 

Over Static Resource Limit (250MB) for VF

We are over our static resource limit (overall size limit of 250 MB) and Salesforce is not able to increase it. The static resources are zip files containing sets of html files and related components. They are directly referenced on VF page with the code {!URLFOR($Resource.StaticResourceName, 'index.htm')}. What are my options in SF that could work in place of static resource? Have you tried using documents or files to host the zip? I am looking for actual experience using something other than static resource, code snippets, proof of concept. I am past the brainstorming stage and need to know if this will actually work and what the code looks like. Thanks!

FYI we don't have AWS and the need is rather urgent, so we won't have time to explore an external CMS. I am looking for the quickest and easiest way to get this to work.