I would like to simplify the image insertions as much as possible :
No filemanager at all.
In the Image Properties dialog an <input type="file ... > should
- Select the file from local drive;
- Upload the file;
- Insert it in the preview window;
In my case the user does not need to interface to files in its own UserFiles/....../Image/ subdirectory. Clean and simple.
I have tried to isolate the code to do it, but that DOM approach it is still overwhelming for me.
Every bit counts. Thanks for helping.
Walter Conti
No filemanager at all.
In the Image Properties dialog an <input type="file ... > should
- Select the file from local drive;
- Upload the file;
- Insert it in the preview window;
In my case the user does not need to interface to files in its own UserFiles/....../Image/ subdirectory. Clean and simple.
I have tried to isolate the code to do it, but that DOM approach it is still overwhelming for me.
Every bit counts. Thanks for helping.
Walter Conti