Hello,
I’m trying to check if a File Uploader contains a video, meaning a user should only be able to upload a video in that File Uploader Input otherwise it wouldn’t work. How can I set this up?
Thanks!
Hello,
I’m trying to check if a File Uploader contains a video, meaning a user should only be able to upload a video in that File Uploader Input otherwise it wouldn’t work. How can I set this up?
Thanks!
from an answer by @andrewgassen Restrict upload file extensions you can also do the same with regex to extract the file type
This topic was automatically closed after 70 days. New replies are no longer allowed.