Hi, I have used normal File upload widget available in the reactive web. When I try to give Accept property value as ".pdf, .txt" it gets automatically converted to the value as "Any". How do I restrict the file type ? I also need to validate only user can be able to upload certain file format?
Hey Annie,
To ensure the file type is valid, you'll want to implement some logic.
Check out the forum for solutions, here's an example to guide you:https://www.outsystems.com/forums/discussion/83594/how-to-upload-upload-files-like-only-pdf-images-word-document/
Check this thread. I think there is other similar questions on the forum to help you :)
https://www.outsystems.com/forums/discussion/70062/how-can-add-validation-for-uploading-files/