Images browser upload?

Hello again!

I would like to use your demo application Images browser done with dhtmlxFolders. The only problem is that the right part is greyed out. The option to upload an image is not valid. How can I enable that?

And please, give me some saple codefor how i can upload a photo and that it will apear in the left part, thus changing the xml structure.


Hello,


folders compoent doesn’t support uploading images (the upload form on this page is just the example of possible structure). you can try to find the detailed information about images uploading in html documentation.


To refresh folders afetr uploading you can use the following approach:


folders.clearAll();


folders.loadXML(…);