How was it?  Do I need to make any edits to make it easier to understand?

On Mon, 2006-05-01 at 11:28 -0600, Vincent Jenks wrote:
I'll read through this, thanks a ton!

On 5/1/06, Philip A. Chapman <[EMAIL PROTECTED]> wrote:
Sorry for the delay, but I spent the time to create a wiki page so that hopefully others can benefit from what little I have to say on the subject:

http://www.wicket-wiki.org.uk/wiki/index.php/UploadDownload


On Mon, 2006-05-01 at 08:01 -0700, Igor Vaynberg wrote:
yes, thats it.

basically you would create a that resource that takes the filename/fileid/whatever off the url and streams the file. there is an example of this, i will ask one of my friends to post it here. stay tuned.

-Igor


On 5/1/06, Vincent Jenks <[EMAIL PROTECTED]> wrote:
Did you mean to say DynamicWebResource?

On 4/21/06, Johan Compagner <[EMAIL PROTECTED]> wrote:
> you could save those images to a DB or to a working dir on the server.
> Then have a DynamicByteArrayResource or the 1.2 one: WebDynamicResource to
> load the image from the location you stored the image.
>
> johan
>
>
> 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?cmdlnk&kid0709&bid&3057&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-- 
Philip A. Chapman

Desktop and Web Application Development:
Java, .NET, PostgreSQL, MySQL, MSSQL
Linux, Windows 2000, Windows XP

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQBEVjqCAdpynRSGw3URAiqOAKCDsSpRHf8WQ8EGaneJoAGS4WD5bwCfaYED
Kb0kHbQYO8P7wOBWUVGWw7I=
=x7ml
-----END PGP SIGNATURE-----



-- 
Philip A. Chapman

Desktop and Web Application Development:
Java, .NET, PostgreSQL, MySQL, MSSQL
Linux, Windows 2000, Windows XP

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to