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
When adding .docx files to the accept property I'm able to select docx files but when I click to upload an error(file_name.docx => BAD_EXTENSION) gets thrown
Expected Behavior
For the document to be uploaded and appear in the file list.
Steps to Reproduce
add docx file type to the accept property
upload docx file
see error
Version
16.1.0
Browsers
Chrome
Device
Desktop
Code Reproduction URL
No response
Additional Information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Hi @1lander,
I assume the chosen mime type is not correct. Adding "application/vnd.openxmlformats-officedocument.wordprocessingml.document" to the accept property should solve the issue. Can you please test this change?
Hi @1lander, I assume the chosen mime type is not correct. Adding "application/vnd.openxmlformats-officedocument.wordprocessingml.document" to the accept property should solve the issue. Can you please test this change?
Yes, adding this to my accept property works. Thanks!
Current Behavior
When adding .docx files to the accept property I'm able to select docx files but when I click to upload an error(file_name.docx => BAD_EXTENSION) gets thrown
Expected Behavior
For the document to be uploaded and appear in the file list.
Steps to Reproduce
Version
16.1.0
Browsers
Chrome
Device
Desktop
Code Reproduction URL
No response
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: