I have a Blazor app with a button that allows users to upload files to Azure storage. It works correctly on both PC and Mac, but it isn't working on the iPad. In Safari on the iPad, the popup to select files opens, but the files are greyed out and disabled. Do you know how to enable Safari to access files on the iPad?
Is there different code that should be used instead of the classic BlazorInputFile for the iPad? Are there any specific permissions that need to be granted to Safari?
Note: I see that it's possible to upload files on sites like ILovePDF from the iPad, so I don't think it's a permission problem on the iPad.
Thank you in advance!
Have a nice day.
Be able to upload files in Blazor App from an IPad