Skip to content
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

Cannot upload .docx or .odt files #529

Open
grudniewski opened this issue Aug 13, 2023 · 0 comments
Open

Cannot upload .docx or .odt files #529

grudniewski opened this issue Aug 13, 2023 · 0 comments

Comments

@grudniewski
Copy link

I should be able to upload docx or odt files (the same way I do with jpg, pdf or doc file types)

When I try to upload any .docx file, I get TypeError in filestack.esm.js.
The error is thrown after subscribing to upload request:
from( filestackClient.upload( file, {}, { filename: this.fileNames[index]! } ).subscribe(res => console.log(res))
This is the same code that works for .pdf/.jpg/.doc files.

How the file variable looks like:
data:application/vnd.oasis.opendocument.text;base64,UEsDBAoAAAAAAAAAIQBexjIMJ...

image

  • Version used: both 3.26.1 and 3.27,
  • Browser Name and version: Microsoft Edge 115.0.1901.200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant