WYSIWYG editor upload with images
Hello, friends!
I need help solving following problem:
I need to create WYSIWYG editor, which just to enter text and image. Other options (like font-size, font-weight...) not need. Then when submit the form with richedit, all data in form with images must sent to server.
1) images must upload
2) text must content following: text <img="src=../image1.png"> text <img="src=../image2.png"> text
or maybe all images must save as a blob data
Help me, people!
Re: WYSIWYG editor upload with images
Welcome to the forums yalgashev.
Are you looking to do this with Java or JavaScript?!
Re: WYSIWYG editor upload with images
Hi, JavaPF!
Sure java! But my problem is related javascript too. I need to upload form with richedit and write to database (JDBC). So, do you think my broblem is javascript?
Actually it would be enough if I realize the box which I'm writing right now, but I have to load image from my computer, not from http://
Insert image and write text BOX