Hi, sorry for my english.
I need module or maybe package, wich will work like filemanager,
I will use it as stand alone filemanager and like CKEditor plugin for image browser (in that case only one file will returned)
it must
1. list files in the dir that i choose,
2. upload files (if i allow it),
3. when i select file or files it must return me an array of them,
4. no need for preview or any manipulations, just maybe some basics like makedir, unlink and so on,
The key of my request is that filemanager must return me all selected files not just one like pgrfilemanager do.