Filepicker IE11 bug: cannot upload cropped photo
See original GitHub issuepicker
bug
filestack-js version: 3.12.4
browser: Internet Explorer 11
polyfills: yes
The bug was introduced at some point since version 1.14.6.
“TypeError: Object doesn’t support this action” is thrown when a manually transformed file is uploaded.
Repro:
Instantiate a picker with transformations, such as
transformations: {
crop: {
force: true,
aspectRatio: 1
}
}
- Open the picker
- Select a file
- Click “Save” on the crop screen
- Click “Upload”
onFileUploadFailed
is called with the file object andTypeError
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
Can't upload photos with IE 11 and Windows 10
I bought a new Dell with Windows 10 preinstalled. Now I am unable to upload photos with IE 11.0. However, uploading photos with...
Read more >filestack - Bountysource
Reading from filestack seems fine but I cannot get upload working. The data I get when selecting a photo using a file picker...
Read more >filestack-js | Yarn - Package Manager
A multi-part uploader powered on the backend by the Filestack CIN. An interface to the Filestack Processing Engine for transforming assets via URLs....
Read more >Cannot upload cropped image · Issue #539 · Foliotek/Croppie
Trying to upload a cropped image to server, but can only upload uncropped version. Don't know if it's a bug or there is...
Read more >Simple Uploads Plugin for CKEditor
Improved upload progress for files; 4.0.2: 30-November-2013. Support pasting text and images from MS Word in IE 11. Avoid a problem with Chrome...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
A colleague found the actual issue and we landed on
filestack-js@3.7.0
as the last version we could get to work in IE11.What they discovered is that:
https://static.filestackapi.com/picker/1.9.3/picker.js
https://static.filestackapi.com/picker/1.9.4/picker.js
Seems like a polyfill exist for this web API : https://www.npmjs.com/package/@tanker/file-ponyfill