-
I try to apply jquery sortable, but i cannot change previewId.
.on('fileuploaded', function(event, data, previewId, index) {
$('#'+previewId).attr('id', 'rp-'+response['initialPreviewConfig'][0]…
-
Latest version is 0.5.2.
Be aware of breaking changes in `transformOptions`.
-
Hi guys I am calling filestackClient.pick with the filestack-js V3 and getting this error when taking a photo with my webcam and then clicking Next:
TypeError: Cannot read property '0' of null
S…
-
After changing code from
`const filestack = require('filestack-js').default`
from
`import filestack from 'filestack-js';`
Following issue happens when I try to render a component with **react…
-
It is quite confusing. In `dist` folder, there's two javascript files.
If I import filestack-js like below, which file does it imports? filestack.js or filestack.es2015.js?
`import filestack from …
-
I'd like to see an example of how to open a file and view its contents in cljs. The current recipe is effectively an advertisement for a convoluted paid service, not an example of how to do this relat…
-
Thanks for putting these recipes together, that's very useful.
While testing the `file upload` example, I could not figure what callback function to use. My goal is to retrieve the URL of a freshsl…
-
By always attaching to window this package is polluting the global namespace in my app.
It would be nice if this package wouldn't attach to window when `module.exports` is available.
i.e. when u…
zimme updated
7 years ago
-
Hi,
I realized an issue while testing V3 picker. If there are ongoing uploads when the picker modal is closed, those uploads are not being canceled.
here is the recording of the issue. http://r…
-
Hi,
I've been trying to use `.upload` method on the client. It works fine for uploading but you cannot `cancel` or `pause` the upload by calling the methods on the token object. It says those metho…