While designing an application, you will have the need to use images, videos, and other media in a form. To do so, you copy the media to a specific folder in the Workspace and then use the appropriate widget to insert the media in a form. You can see what media are a part of your project on the Assets tab of the Project Explorer. You can also specify media for a specific channel and then use them in your application.

This topic covers the following subjects:
Naming Conventions for Images
This section explains the naming convention you should follow while naming the images. The allowed characters in the image file names are:
- Lowercase alphabetical characters
Note: The image name must start with a lowercase alphabetical character.
- Numerical characters
- Underscore (_)
- Period (.)
Important: Do not use spaces in your image file names. Also, do not use any reserved words or keywords as the file names for the images.
If an image file has an invalid file name or is not a PNG file, Kony Visualizer does not list it in the Images folder of the Assets tab. You will want to be sure to use the following conventions when naming image files:
| Valid File Names | Invalid File Names | Remarks |
|---|---|---|
| myicon.png | Myicon.png | Contains an uppercase character. |
| icon2.png | icon_2.png | Contains an underscore. |
| accntsummary.png | accnt&summary.png | Contains a special character. |
| accountdetails.png | 2details.png | Begins with a number. |
| companylogo.png | company logo.png | Contains a space. |
| flightstatus123.png | continue.png | Contains a JavaScript keyword. |
Common. The media assets stored here are available across all the channels (mobile and tablet applications) and modes (native and web).
Mobile. The media assets stored here are available for all mobile devices.
Common. The media assets stored here are available for native and web applications.
Native. The media assets stored here are available only for native applications.
Web. The media assets stored here are available only for web applications.
Videos :-