Ilya Savinkov

Results 15 comments of Ilya Savinkov

I have the same. Updated today and it throws this error constantly.

This feature is really necessary. A lot of frameworks allow optional path-parameters. This is a natural thing, not some hacky trick. Suggestions to alter the API to work with query-parameters...

Is this still pending? I'm so disappointed. Such good widget doesn't support such obvious option and there is no way to implement this somehow :( It would be logical to...

Really missing this option. And it's impossible to implement that through sorting methods without hacking of the package itself which really makes me sad :(

This fix is the best one and fully solves the issue. Unlike #720.

This solution is overcomplicated and doesn't fully fix the problem. Cancelling of the timeout must be added into `onDragOver` as well, otherwise flickering effect keeps appearing, just rarer. That fix...

@erictvalverde unfortunately your solution doesn't work for me. I reject files from the queue even before they are uploaded and when I try to re-add them I face the same...

I thought you're crazy, but according to HTML5 spec you have right. But anyway it means your script doesn't support HTML4. I think you should notice that in the docs...

Yes, I read your code. You have a check "if(!w || !h)". You can consider percent values as invalid as well or just all non-numeric values. That will give 100%...