Pavel
Pavel
1. I don't think this is possible. RFM is designed to deal with files directly. 2. No
Hello, I have never tried to use RFM with angular.
Hi! Is that a problem for you to prepend the "http://domain.zone" part yourself?
Your query is not clear for me. Could you expand your case with detailed description and examples?
I have to review the current implementation, but think this is possible. For instance this may be implemented using file search by mask, e.g. `*06-*.txt` However I can't promise you...
Implemented for PHP connector. Will be included into the next release. If you would like to test it now you can specify the package as `"servocoder/richfilemanager-php": "dev-master"` in your composer.json...
This may work, but we have to consider a lot of details. Move and drop files directly to the right panel (mixing them with exisiting files) is a bad idea,...
Technical details: Each item in the right panel is an instance of a sprcific JS class (ItemModel) with a set of properties and methods which are used and triggered in...
> ould it be possible to upload whole folders with their subfiles as well? This is not possible, but you can upload a ZIP archive and unzip contained files/folders with...
Hey @Iworb Thanks for the commits. I am reviewing and can see that the implementation breaks some features, so I have to rewrite lazy loading in a bit different way,...