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

The current date format of a webcam photo uses slashes. E.g: `webcam-11/7/2019, 8:56:09 AM.jpg` When you store this file to S3, it will create a directory structure: ``` webcam-11/ 7/...

According to docs https://filestack.github.io/filestack-js/interfaces/pickerfileerrorcallback.html `onFileUploadFailed` has two arguments `(file: PickerFileMetadata, error: Error)` but in version 3.x.x second argument is File. In version 2 everything works as expected. ![filestack_error_issue](https://user-images.githubusercontent.com/10157660/66639245-2e832a00-ec1f-11e9-8a91-175bf556a097.png)

bug

Since `eventemitter3` is a CommonJS module, the current way of importing it in `upload.d.ts` and `client.d.ts` will cause TypeScript checker to throw an error: ``` import * as EventEmitter from...

A user was unexpectedly able to upload a file of type `application/vnd.openxmlformats` today (some sort of document), via Google Docs. Our `accept` list of extensions and mime types does not...

feature request

I'm trying to use `webcam` in `fromSources` and wondering if there is a way to control the active camera? I'm on a ThinkPad tablet that has two cameras and I'd...

feature request

## Expected Behavior After selecting a file from a Custom Picker Source and clicking the View/Edit Selected Button, after being shown the Selected Files summary view, I would expect that...

Hello, I would like to know when the file-type package would be updated. I'm currently using Filestack in a project and the PR is flagged because Filestack is using a...

Related to the transform-ui crop functionality, Only '16/9' option is visible. Free, circle and square options are missing, for both default and explicit config (radios property). ![Screenshot 2024-01-26 at 1...

There was a bug in changing sequence of fromSource.

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) This PR adds the possibility to specify the description (alt text) for an image during...