Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: WYSIWYG editor upload with images

  1. #1
    Junior Member
    Join Date
    Mar 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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!


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: WYSIWYG editor upload with images

    Welcome to the forums yalgashev.

    Are you looking to do this with Java or JavaScript?!
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Junior Member
    Join Date
    Mar 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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
    Last edited by yalgashev; March 29th, 2011 at 10:42 PM.

Similar Threads

  1. making text editor using string class
    By petadeer in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 14th, 2011, 03:28 AM
  2. Rule base for graphical editor / simulator
    By Alice in forum Java Theory & Questions
    Replies: 2
    Last Post: December 18th, 2010, 10:38 AM
  3. IDE (Visual Editor)
    By bbr201 in forum Java Theory & Questions
    Replies: 5
    Last Post: August 7th, 2010, 12:33 PM
  4. Replies: 2
    Last Post: April 21st, 2010, 10:25 AM
  5. need API for Connection Routing in Interactive Diagram Editor
    By pavan arepu in forum AWT / Java Swing
    Replies: 2
    Last Post: April 21st, 2010, 10:19 AM

Tags for this Thread