Mat Simon

Results 116 comments of Mat Simon

Thanks for this PR. This is using the Promise API and I need to make sure that this polyfills correctly with webpack and babel

I don't have an Android device, so I can't test this. If somebody figures out a way to fix it, I'll be happy to merge it.

Hi @gugiserman . Thanks for you PR, but due to browser restrictions simply adding `async` is not as easy. I need to check whether webpack + babel properly transforms this...

The reason I haven't merged this yet, is because I'm hesitant in piling on feature after feature. Dropzone is pretty heavy as it is at the moment, and I want...

Regarding the await/async code that's not an issue anymore. Dropzone 6 dropped IE support and it compiles to Promises properly for the browsers that are still needed.

Yeah that sounds logical. I'll see if there is an easy implementation for it.

Hi! I know this is incredibly late, but the problem I see with this, is that the total progress will never reset when you drag additional files later on. So...

I guess that probably the best solution would actually be a new type of collection: `sessionFiles`: - whenever a file is added, it gets added to `sessionFiles` - when a...

Woah what a PR! Thanks for that. I'd like to get this in, but how should I be testing this? Can you describe the use cases where it failed before...

https://duckduckgo.com/?q=node.js+express+file+upload Any of these results will do. I'll update the docs about it soon.