About

This is a sample page showing Bootstrap Wysihtml5 with a customized image dialog and file upload. The idea and code from the customized image dialog came from Custom Image Upload Modal with Bootstrap-Wysihtml5. I combined this code with the code of jQuery.upload to add the file upload option.

Try it click the image dialog button. Try to insert or upload an images now. Images are not saved in this demo.

To use this code you need two server side handlers:

  1. Gives a list of images in json (example imagelist.php)
  2. Handles file upload and save the file and returns result in json (example upload.php)

Download

Please download, comment and fork this code on GitHub

Download code »