spoonconsulting / cordova-plugin-background-upload

Cordova plugin for background upload
Apache License 2.0
51 stars 54 forks source link

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

Open dogofpavlov opened 2 years ago

dogofpavlov commented 2 years ago

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 commented 2 years ago

Hello @dogofpavlov,

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

Thanks

maximilien0405 commented 2 weeks ago

I'm having the same issue here @dogofpavlov @zfir ! Did you happend to find a solution ?