Activity › Forums › Salesforce® Discussions › What are Static Resources in Salesforce?
Tagged: CSS, Javascript, Quick Find Box, Static Resource in Salesforce
-
What are Static Resources in Salesforce?
Posted by ABHISHEK SHAHI on September 24, 2018 at 1:27 AMWhat are Static Resources?
Kirandeep replied 6 years, 3 months ago 6 Members · 5 Replies -
5 Replies
-
Static resources helps to store upload images, files, zip files, documents, javascript files, Css Files which can be used in visualforce pages. Maximum data storage limit for static resource is 250mb.
An example of a static resource is an image. It’s the same for each and every request. It’s a file on the filesystem that doesn’t require any processing – you simply tell nginx send this file as-is to the user. - [adinserter block='9']
-
Hello,
Static resources allow you to upload content that you can reference in aVisualforce page, including archives (such as .zip and .jar files), images, style sheets, JavaScript, and other files.
And You can add static resources by going-From Setup, enter Static Resources in the Quick Find box, then select Static Resources.
Click New.Thanks.
-
The user interface in a Visualforce base can display dynamic content the value of which keeps changing based on user responses. But there are times when we need some content which should not change with the change in values of other components in the page. For example, an image file may be required to remain constant. Such content which cannot be changed in a page is known as a static resource.
Following are a few static resources in Salesforce −
- Images
- Javascript Files
- Flash files
- CSS files
-
Hi,
Static resources allow you to upload content that you can reference in a Visualforce page, including archives (such as . zip and . jar files), images, style sheets, JavaScript, and other files.
Log In to reply.