spoonconsulting / cordova-plugin-background-upload

Cordova plugin for background upload
Apache License 2.0
49 stars 53 forks source link

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

Open dogofpavlov opened 1 year ago

dogofpavlov commented 1 year 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 1 year ago

Hello @dogofpavlov,

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

Thanks