-
Notifications
You must be signed in to change notification settings - Fork 247
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
Component modifies the file name giving an incorrect extra file extension #135
Comments
Hi @panz3r Today I've updated material ui dropzone to ^2.5.0 package but unfortunately issue is still presenting ... Am I missing any configuration or something ? Thanks for your attention to this! |
Hi @mballeng91 , You are right, although the changes have been merged they are yet to be published to for release ❯ npm i yuvaleros/material-ui-dropzone#d9f1c22 (the same also works with for release ❯ npm i yuvaleros/material-ui-dropzone#d26e28b To see the differences between the 2 version see the CHANGELOG. Thanks for your feedback and patience. |
Thanks a lot! |
Hi @panz3r I've tried both versions you suggested me, but none of them seems to work with the fix. Could you please check once again ? Thanks for your patience with this request |
Hi @mballeng91 , Thanks for your feedback. I'll check this once again, I think to know the cause of the issue and should be related to extensions not matching MIME types (like Have you got an example filename that's causing you issues? |
Hi @mballeng91 , Merged the fix for this issue into both Until published to npm, for release ❯ npm i yuvaleros/material-ui-dropzone#be31b59 (the same also works with for release ❯ npm i yuvaleros/material-ui-dropzone#2dab561 To see the differences between the 2 version see the CHANGELOG. Thanks for your feedback and patience. |
The component works perfectly now (v3), Thanks a lot @panz3r |
Hi @Yuvaleros, thanks for this cool component
I found an issue while providing initialFiles as
initialFiles={[
https://images.pexels.com/photos/1909603/pexels-photo-1909603.jpeg`]}` Dropzone component modifies the file name giving an incorrect extra extension. This is an unexpected behaviourAre you guys able to fix this issue? Thanks a lot
The text was updated successfully, but these errors were encountered: