---
sourceDocument: Australia ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/platform-user-interface

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Storing images in the database

# Storing images in the database {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Administrators and users with the image_admin or content_admin role can upload and store
images in the database. These images are saved in the Images \[db_image\] table. Uploading an
image to the database allows it to be referenced from HTML fields by appending the name of the
image to the URL of the instance.  
Note:  
The db_image table is a public table that does not have any security restrictions. Unauthenticated users have full access to images uploaded to the db_image table.

## Images vs attachments

If you want to access an image from a record, or if you want to prevent users from
appending the image name to the URL of the instance, upload it as an attachment instead.
When you upload an image as an attachment, the image is saved in the Attachments
\[sys_attachment\] table. See [Administer attachments](https://www.servicenow.com/docs/access?context=r_AdministeringAttachments&version=australia&pubname=australia-platform-administration&ft:locale=en-US) and [Add and manage attachments](https://servicenow-prod.fluidtopics.net/J5MvnicoHX775sjiBz2YIw "You can upload a file as an attachment to an incident, a knowledge article, a change request, or to another type of record.") for more information.

## Acceptable image file types {#c_StoringImagesInTheDatabase__AcceptableImageFileTypes}

Upload image files with the following extensions:

* .gif
* .jpg
* .png
* .bmp

{#c_StoringImagesInTheDatabase__ul_evn_2pd_lp}  
Note:  
The system does not support uploading zip files that contain .bmp images.

If you upload an image that may not be supported in Internet Explorer browsers, a warning
message appears.

The system does not support uploading images in the .ico format through this interface. Microsoft Internet Explorer requires
the .ico format for favorite icons. To upload an .ico image, attach the .ico image to a
record instead of using the standard image upload interface.

To understand how to insert an image into a form record, see the [Insert an image into your article, incident, or other form record](https://www.servicenow.com/community/now-platform-blog/insert-an-image-into-your-article-incident-or-other-form-record/ba-p/2286128) blog post in the ServiceNow Community.
* **[Update an existing image](https://servicenow-prod.fluidtopics.net/FAuQqB~e3mJfYeeUuWE0Aw)**   
  You can change an existing image to an updated version.
* **[Upload one or more images](https://servicenow-prod.fluidtopics.net/tSgVEepJlstrxpLBkk0ktg)**   
  You can upload one image or multiple images at one time.
* **[Restrict file extensions](https://servicenow-prod.fluidtopics.net/c37Gln1CU8auWIS~GVodSw)**   
  Use the glide.ui.strict_content_types to restrict the image file extensions that appear in the UI.

