Re: [T5.4] jQuery-File-Upload integration

2014-06-11 Thread Ilya Obshadko
Thank you! In fact, minified versions of library dependencies were causing problems; I couldn't get it to work. I have finally fixed it by downloading non-minified versions for tmpl, image-load and canvas-to-blob modules, and updated dependencies in JS files so everything is looked up in a single

Re: [T5.4] jQuery-File-Upload integration

2014-06-10 Thread Chris Poulsen
I did an implementation of the jquery fileupload at work. AFAIR its modules are AMD compliant so it is pretty straight forward to integrate. Just require them as you normally would with modules. -- Chris On Tue, Jun 10, 2014 at 6:48 PM, Ilya Obshadko wrote: > Did anybody successfully implement

[T5.4] jQuery-File-Upload integration

2014-06-10 Thread Ilya Obshadko
Did anybody successfully implement https://github.com/blueimp/jQuery-File-Upload on T5.4? I can't make dependencies work. - addModuleConfigurationCallback can't be used for component inside a Zone - I have tried to contribute to ModuleManager, but it's getting too complex and doesn't work either