-
Notifications
You must be signed in to change notification settings - Fork 15
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
Replace special chars on pickAndStore #12
Comments
@fpereira1 This feature require changes on both filepicker-js library and dialog code. Here is feature branch. Work is on hold now but I will get back to it. |
Hi @krystiangw Thanks for the reply. If the I tried running the branch locally for checking the progress, but the onSelect is not being called. It looks like the backend is not sending an event with the type |
It needs changes in dialog js app. So you can't test it with production dialog now.
|
Is there any updates on this? Thanks. |
Hi,
I've been uploading files to a amazon s3 using the javascript library filepicker.io.
One problem I'm facing is that when users upload files with white spaces or fancy characters those files are not accessible through http
There's a work around for it described here: http://stackoverflow.com/a/16350423/280842
My issue with this workaround is that the callback on store is called slowly, so if your user changes pages in between your file will only exist in filepicker's records and not my database.
I am thinking that we can add an option to the pickerSettings called
replaceFilenameSpecialChars
so it becomes a setting forpickAndStore
, would it be the right way to address this issue?Thanks!
The text was updated successfully, but these errors were encountered: