File upload extensions not working for Mac Users

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

It may due to the new update of “Upload Button” component. Can someone from Wix check this? (I didn’t get this issue even I am using Mac)

Btw, do you see anything in the browser console?