Plupload + elFinder integration

Added by Fabiano Lira 10 months ago

Hi guys,

Congratulations for your elFinder! Great Tool!

I need to use upload with multiple files(ctr+a or select all), but isn't possible with elFinder.
How to make integration of Plupload in elFinder, its possible?

Tks,
Fabiano


Replies (4)

RE: Plupload + elFinder integration - Added by Dmitry Levashov 10 months ago

No integration needed - use elFinder 2.0 beta http://elfinder.org/
select multiply files or simply drop files from desktop :)

RE: Plupload + elFinder integration - Added by Fabiano Lira 10 months ago

Good feature, but this version dont work with asp.net connector http://elfinderconnectornet.codeplex.com/
Something happened in JS and dont pass value from folder to connector.

RE: Plupload + elFinder integration - Added by Dmitry Levashov 10 months ago

Sorry, we have no time/developers to write new docs:(
New api can work with old connectors - require to include special proxy object https://github.com/Studio-42/elFinder/blob/2.x/js/proxy/elFinderSupportVer1.js to support old connectors. Today some users test it with old python connector - its work.
To activate this support include this file and add following line in elFinder init

transport : new elFinderSupportVer1(),

You work with asp.net? May be you can write connector for new api? I think, therr are many users wait for it

RE: Plupload + elFinder integration - Added by Fabiano Lira 10 months ago

its work more or less, but i think others bugs resolved along of time!

i work with asp.net, but my knowledge in javascript and json is limited, i learning now how use json with asp.net

the time responsible to http://elfinderconnectornet.codeplex.com/ don“t go to update this?

but i can try!

tks

(1-4/4)