Gilles Grandguillaume
Gilles Grandguillaume
Same thing here (not working with yii 1.1.16) ! But i have an javascript error : Error jquery : TypeError: that is undefined options = that.options, The object "options" seem...
@dev3k : This change doesn't work :( same problem with Yii 1.1.16
@dev3k : Sorry you are right ! I have changed this : var that = $(this).data('fileupload'); to var that = $("#fileupload").data('blueimpUI-fileupload'); but in reality it's just the sample of stackoverflow...
Here a PR : https://github.com/Asgaroth/xupload/pull/28 thx for your extension Asgaroth :D i have no tried with a downgrade of Yii (1.1.15 for ex.)
@Asgaroth : no, there is lot of refactoring to create if you update with the last version of Jquery Plugin. for a simple fix is more simple to only change...
I have used all the package of your github, but the name in https://github.com/oncesk/elephant.io.git it's not the same like the composer.json of this project. https://github.com/oncesk/elephant.io.git : wisembly/elephant.io https://github.com/oncesk/yii-node-socket.git : oncesk/elephant.io...
work for me with this ugly config (shame on me i use Yii 1 version 2.0.0 of your project) : ``` { "repositories" : [ { "type" : "vcs", "url"...
It's totaly normal, if the project is not register in https://packagist.org/ we must add a repositories section ...