Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regression on gr.File, can't upload files from an iPhone anymore #7471

Closed
1 task done
ngaudemet opened this issue Feb 18, 2024 · 2 comments
Closed
1 task done

regression on gr.File, can't upload files from an iPhone anymore #7471

ngaudemet opened this issue Feb 18, 2024 · 2 comments
Assignees
Labels
bug Something isn't working Priority High priority issues Regression Bugs did not exist in previous versions of Gradio

Comments

@ngaudemet
Copy link

ngaudemet commented Feb 18, 2024

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? 🔎

  • I have searched and found no 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

IMG_9375

Logs

No response

System Info

gradio==4.19.1

Severity

I can work around it (in staying with 4.17.0)

@ngaudemet ngaudemet added the bug Something isn't working label Feb 18, 2024
@ngaudemet ngaudemet changed the title regression on fr.File when trying to upload files from an iPhone regression on gr.File when trying to upload files from an iPhone Feb 18, 2024
@ngaudemet ngaudemet changed the title regression on gr.File when trying to upload files from an iPhone regression on gr.File, can't upload files from an iPhone anymore Feb 18, 2024
@abidlabs abidlabs added Priority High priority issues Regression Bugs did not exist in previous versions of Gradio labels Feb 22, 2024
@abidlabs
Copy link
Member

cc @dawoodkhan82

@dawoodkhan82
Copy link
Collaborator

@ngaudemet seems like this is actually fixed on main. So should be working in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority High priority issues Regression Bugs did not exist in previous versions of Gradio
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants