filestack-js icon indicating copy to clipboard operation
filestack-js copied to clipboard

Official Javascript SDK for the Filestack API and content ingestion system.

Results 154 filestack-js issues
Sort by recently updated
recently updated
newest added

`picker` 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...

The documentation mentions that [PickerOptions' `container` param](https://filestack.github.io/filestack-js/interfaces/pickeroptions.html#container) can take a string ID or a DOM Node. If this Node is a React element, Filepicker fails. It seems like React modifies...

Add file info in pregoress event

## Expected Behavior Preview API supports using a data url as css. ## Current Behavior Currently, receiving an error: ``` validation error: invalid value format "data%253Atext%252Fcss%253Bbase64%252CYm9keSB7IGJhY2tncm91bmQ6IGJsdWUgfQ%253D%253D" for parameter css required...

Video recording appears to be broken, same as in #248 ![video-upload](https://user-images.githubusercontent.com/30634/130838582-62bba80c-d2ac-44c0-88d1-e800b3802644.png) It works in 3.22.1 and couple other versions, though. ``` fromSources: ["video", "webcam"] ``` Webcam works fine, but video...

## Expected Behavior I would like to be able to use the `onFileUploadCancel` with 'url' type sources and be able to validate the link properly displaying an error message on...

Would be great, if we could share desktop during recording a video

feature request

Using the picker option of filestack and connecting it to Google Drive, when it is connected the native files like google drive docs come corrupted. This only happen with new...

We're currently pinned to 3.x.x, and since the release of 3.24.0, when copying and pasting an excel spreadsheet cell into a textfield (after calling `filestack.init(...)`) an upload will be triggered....

Our users sometimes send JPG files with PNG extension (or vice versa). The filestack API fails to detect it. It seems that it's based on extension, which is wrong. ##...