-
Notifications
You must be signed in to change notification settings - Fork 839
How does it upload the image? #204
Comments
I ve checked the mindmup which uses the bootstrap-wysiwyg as the rich text editor as its own, the mindmup sent the entire data url to the server, since the bootstrap-wysiwyg is designed for the mindmup, I guess that the only solution for uploaing image |
In the insertFiles function of bootstrap-wysiwyg.js, replace the following section with ajax image upload:
A sample is:
Hope this helps! |
first,you should have bootstrap-wysiwyg.js in your HTML file ,the code of bootstrap-wysiwyg,like: the "action" is what you use to upload your image, "id","name" is necessary Hope this helps! |
if you don't mind but how dose it upload the image to the server and where dose it save it if i wanted to save it on the server where would i be able to find it's location so i can out it in the right directory?
The text was updated successfully, but these errors were encountered: