Limit file format

how do i limit file format as .mp4 and .mov files in a file uploader?

you can split the uploaded file name by (.) and if the last item:lowercase is not in {.mp4, .mov} clear the uploader and show an alert or toast message communicating that the file format is wrong.
Of course, this may not work if someone tries to rename the file and change extension.

uploaderissue-ezgif.com-video-to-gif-converter

@thathorseman8964 You can do this via Javascript after the uploader is visible.

You might like to explore the plugin marketplace as this is likely to be faster to set up.

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