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

File Upload's don't work if the file has a "space" in the filename. IOS & Android #234

Open
dogofpavlov opened this issue Jul 19, 2022 · 1 comment

Comments

@dogofpavlov
Copy link

It looks like the plugin doesn't work if there is a " " (space) in the filename of what you're trying to upload. It just sits there and doesn't fire anything in the callback handler. All other instances work fine.

As a workaround I have a flow that copies the file somewhere with all the spaces turned to underscores and then I upload that... but this isn't preferable especially with large file uploads.

@zfir
Copy link
Member

zfir commented Jul 20, 2022

Hello @dogofpavlov,

You are welcome to provide a PR to correct this behaviour.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants