mindmup / bootstrap-wysiwyg

Tiny bootstrap-compatible WISWYG rich text editor
MIT License
5.56k stars 841 forks source link

Insert Image or select from predefined folder on server #96

Open ikender opened 11 years ago

ikender commented 11 years ago

How about letting us define a folder on the server to add a few images to, allowing the user to upload to a directory (or sub-directory)

so, we have /webdocs/www/sitename/rte_images/1.jpg /webdocs/www/sitename/rte_images/2.jpg /webdocs/www/sitename/rte_images/3.jpg

allow user to choose one of these or upload a different image to /webdocs/www/sitename/rte_images/user_folder/new_filename.jpg

or even allow them to create a new sub-folder so they can organize their files how they want to

beatnbite commented 10 years ago

Check this pull request: https://github.com/mindmup/bootstrap-wysiwyg/issues/117

Although it is not the file picker widget asked there, it allows you to upload images to the server instead of embedding them into the content.