top of page

Forum Posts

Juan Carlos
Feb 25, 2020
In Coding with Velo
Hello! I need to create an upload button that allows users to upload documents or images, as they are llikely to upload .PDF, .JPG, .JPEG, or .PNG files. I'd like to check what type was uploaded, then upload to matching DB field (as fields are also limited to one fileType). Is this possible? At the moment I can only set 1 fileType to be allowed on the button. $w("#myUploadButton").fileType = "Document"; Thanks!
1
4
252

Juan Carlos

More actions
bottom of page