regression on gr.File, can't upload files from an iPhone anymore #7471
Labels
bug
Something isn't working
Priority
High priority issues
Regression
Bugs did not exist in previous versions of Gradio
Describe the bug
thanks for the tremendous work on gradio !
in gradio 4.19.1 (probably since 4.18.0 file enhancement #7299), I can't upload files on iPhone anymore.
In gradio 4.17.0, I could upload from iPhone (in precising specific types). Now it doesn't work anymore
issue #4021 was similar but fixed
Have you searched existing issues? 🔎
Reproduction
files = gr.File(
label="load_file",
file_count="multiple",
file_types=[
".csv",
".txt",
".json",
".xlsx",
".docx",
".pdf",
".jpg",
".png",
".pptx",
],
visible=True,
)
Screenshot
Logs
No response
System Info
Severity
I can work around it (in staying with 4.17.0)
The text was updated successfully, but these errors were encountered: