Antoine du Hamel
Antoine du Hamel
I don't know if this has been suggested, here's a syntax that could let us define plugin options in `Uppy` constructor. ```js const uppy = new Uppy({ defaultPluginOptions: { target:...
> Oh my we're doing it 😍 I wouldn't be so sure, nothing's working so far 😅
I can reproduce: ``` [Uppy] [14:50:46] [FileInput] Something selected through input... [Uppy] [14:50:46] Added file: compare.bmp id: uppy-compare/bmp-1e-image/bmp-63766666-1623744082417 type: image/bmp [Uppy] [14:50:46] [XHRUpload] When uploading multiple files at once, consider...
I'm not able to reproduce locally, I was able to upload a 6 GiB file over 15 minutes, without hitting this limitation. IMHO it is indeed a limitation (bug?) of...
It looks like the following "hack" is not working for you: https://github.com/transloadit/uppy/blob/5e38c83564a1e54939911c3a1249c897fc508fa3/packages/@uppy/vue/src/dashboard.js#L65-L77 https://github.com/transloadit/uppy/blob/58f996c0e481a8ad7932ebd1d544dd730986d973/packages/@uppy/vue/src/utils.js#L2-L4 Do you know why is that? Would you be able to modify the file from your `node_modules`...
> In my opinion this is too much information to show. I wouldn't necessarily add this, nor does it seem to fit on mobile. Do you mean we should add...
I don't really buy the "too technical for our users" arguments: Windows display this info when copying files over the file system, Firefox shows the download speed, ... Maybe we...
I think an ideal UX would _somehow_ pleases both the non-technical user and the tech-savy nerd. Dismissing the user request just because it will be useful to only 5% of...
We probably also need a section "Migrate from Robodog to Uppy plugins".