Skip to content

Commit 5354e41

Browse files
committed
Update README.md
1 parent 74aca3c commit 5354e41

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
wysihtml5-image-upload
22
======================
33

4-
Bootstrap Wysihtml5 with Custom Image Insert and Upload
4+
Bootstrap Wysihtml5 with Custom Image Insert and Upload
5+
====
6+
7+
This sample code (powered by [W3Masters](http://www.w3masters.nl/) and [Twitter Bootstrap](http://twitter.github.com/bootstrap/) demonstrates how you can extend the nice image chooser dialog to the [Bootstrap-wysihtml5](https://github.com/jhollingworth/bootstrap-wysihtml5) wysiwyg editor by [rcode5](http://rcode5.wordpress.com/2012/11/01/custom-image-upload-modal-with-bootstrap-wysihtml5/comment-page-1/) with file upload.
8+
File upload is provide by [jQuery.upload](http://lagoscript.org/jquery/upload).
9+
10+
To see te code in action try [the demo](http://www.w3masters.nl/bootstrap-wysihtml5/).
11+
12+
To use this code you have to write to server side handlers. One gives you the file list (json).
13+
The second handles the file uploads and returns result in json too.

0 commit comments

Comments
 (0)