Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Display encoded base 64 embedded images in JEditorPane

807569Jun 16 2006
Well the title explains what i want to do :
as we know any html page can have an image tag for displaying images in web page.
But The Img src could be an embedded image encodded in base 64. If you use firefox it will display this image.

http://www.sweeting.org/mark/blog/2005/07/12/base64-encoded-images-embedded-in-html

http://www.kryogenix.org/days/2003/10/18/embedding


http://www.ietf.org/rfc/rfc2397.txt

what i want to do is find a way to display those embedded encoded img src in a JEditorPane.

Any help is much appreciated
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2006
Added on Jun 16 2006
0 comments
228 views