Julien Fournier

Results 8 comments of Julien Fournier

Same here. Probably related to https://github.com/catboost/catboost/blob/master/RELEASE.md#breaking-changes-2

Had it working with `pip install catboost==0.1.1.2`

Just a quick drop for those who will have this issue. The solution provided http://royaltutorials.com/object-has-no-method-sendasbinary/ did the trick for me. Just replacing the "XMLHttpRequest.prototype" by "xhr". Cheers.

The error triggered by Chrome Version 32.0.1700.107 m was on line 402. This tweak is not implemented on l.402, that did the trick for me on that line http://jsfiddle.net/MKrLa/2/ ....

Nice ! I very glad it worked for you. I'll create the PR. Cheers.

Not sure what you're trying to achieve. You need to change the filename in your php handler by passing it through the upload process ? If so, pass it to...

In your filedrop instantiation you can set the 'data' array in which you can define any parameter that you catch later in you process: $('#yourDropZone').filedrop({ data: { params1:

Ok if I understand well, your problem is solved ? If so, glad you can move forward on your project. For reference, here is the "how to" which led me...