Re: How to retrieve image from mongodb to show it on panel ?
89 views
Skip to first unread message
jazu
unread,
Jul 29, 2012, 10:16:56 PM7/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
I mean how to show stored image on panel ? Through java?
Scott Hernandez
unread,
Jul 31, 2012, 12:08:31 AM7/31/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
You can store data with mongo using gridfs
(http://www.mongodb.org/display/DOCS/GridFS), or directly in a binary
field in your document. Either way you just need to convert that to an
input stream or use the existing one and you can display that in your
jpanel.