filestack-js
filestack-js copied to clipboard
Official Javascript SDK for the Filestack API and content ingestion system.
## Expected Behavior When picker is closed, upload is properly cancelled if an upload was ongoing when the picker was closed ## Current Behavior The picker hang and produce an...
If FilePicker is restricted to accept GIF file types only, Web Search should show GIFs only? We've restricted FilePicker to accept GIF file types only, but Web Search shows results...
Is there any chance to set the options within `PickerOptions` to require files that meet specific criteria, such as i.e. 300x200px PNG? Or if it's not met then it opens...
The latest release of the picker component (which doesn't appear to be a part of this repository) breaks handling of .zip files when used in the `accept` option. Rolling back...
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Request for comments on a new testing library that could replace `nock` in testing HTTP...
Add bytes fields to start request
When attempting to upload a large file (2.8GB+) using the javascript API linked using the code throws an error: "DOMException: The requested file could not be read, typically due to...
Thumbnails seem to be available only for image files. We would like to have them for video files as well. Seems like a regression. The old Filepicker.io v2 did have...
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Bug fix * **What is the current behavior?** (You can also link to an open...
https://www.filestack.com/docs/concepts/pickers/web/#callbacks I followed the example in the callbacks section of your docs regarding throwing an error if a file is larger than a certain size, but this error isn't visible....