Assets
Store media files directly within Blynk, and then use them in both the App and Console dashboards.
Last updated
Store media files directly within Blynk, and then use them in both the App and Console dashboards.
Last updated
The Assets feature allows you to upload and manage media files like .png, .jpg, .jpeg, and .ico directly within Blynk. This eliminates the need for external file hosting, as assets can now be stored in the template and accessed through the UI Builder.
Use these files to build mobile and web dashboards, adding custom visuals like logos, icons, or equipment images to your UI.
Note: This feature is currently available only for Enterprise customers.
Navigate to the Assets tab in your Template.
Click the Upload Files button.
Drag and drop files or click on the file upload area to browse and select files.
Adjust file names if needed.
Click Save to upload the files.
Pro Tip: Use _light
/_dark
postfixes in your file names, and the app will automatically detect the appropriate image for opposite themes.
Note: Uploading a file with the same name replaces the existing one.
You can create folders to organize your assets:
Add a slash (/
) to the file name to create subfolders.
Example: buttons/play.png
creates a folder named buttons
containing the file play.png
.
Tip: You can pre-name your files with slashes before uploading to speed up the folder creation process.
Actions menu is available in Edit mode.
Copy Link: Get a direct link to the file for use anywhere in the app.
Rename: Rename the file (folders cannot be created during renaming).
Renaming a file does not change its link or ID.
Replace: Replace the file while keeping the same ID.
Ideal during prototyping to swap images without breaking the UI. When replacing an asset, the URL changes but the ID remains the same.
Delete: Permanently delete the selected file(s).
Supported formats
.png
, .jpg
, .jpeg
, .ico
Max files per upload
50 files
Max file size
5 MB per file
Storage per template
200 MB
Max files per template
1,000 files
Max file name length
1,000 characters
Available in both the App and web Console for convenient asset selection:
While editing the Dashboard open the widget you want to configure.
Click Add Image (in the App) or the image URL input (on the web) to open the Asset Picker.
Search for an asset by name, or switch to "list view" for easier navigation.
Use sorting and grouping options to find assets quickly.
Click and save to apply.
Pro Tip: Use the Add All button to add all images from a folder at once. This feature is supported in the Image Gallery and Header Image widgets, with images sorted by their IDs.
You can also manually copy an asset URL and paste it into the URL field where needed.
Important: Replacing a file updates its link. To avoid broken links, use the Asset Picker or the file ID (template_asset://ID
).
Replace placeholders with actual images stored on the device:
Supported Placeholder: device_storage://filename
For more details on uploading files from your device, see the Device HTTPS API Documentation.