Restrict users to upload .svg format image

Hello,

In my new application I want users to only upload .svg format images. How can I do that?
PS:- I am using Multi-FileUploader.

Thanks :slight_smile:

I am using this Regex to find the .svg format:-

([\s])*.(?:svg)

It is working in the https://regexr.com Expression but not in Bubble. Any idea why it is not working in Bubble?

This topic was automatically closed after 70 days. New replies are no longer allowed.