You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: