Hey Velo Community!
I have a question, right now, my page has a file upload button that will appear when users click on a specific option. In the File Upload button, I have already defaulted the supported types to allow only Images. On windows, it works okay allowing the specified formats only. However, when tested using mac, it does not seems to allow the user to upload any image files.
Even when I add the below code to manually trigger the setting of the fileType as a fail-safe, it does not seem to work for mac users…
$w('#fileUploadBtn').fileType = "Image";
Anyone could help me out with this issue? That would be greatly appreciated!
Thanks,
Wong