wicket-contrib-examples of wicket-stuff has the cdapp example that
does this. It uses hibernate and stores uploaded images in the
database as a blob.

Eelco


On 4/21/06, Steve Knight <[EMAIL PROTECTED]> wrote:
> I am creating a form that will allow users to upload image files that will
> be displayed on other pages.  How should I go about uploading the images so
> that they can be used in Wicket Image components on the other pages?  The
> upload part is not problem, I just don't know where I should put them.
>
> On my view pages, I am using ThumbnailImageResource which takes a
> WebResource in it's contructor to find the image.  Where should I save the
> images to make this work?
>
> Thanks.
>
> Steve
>
>
>


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to