Re: Downloading a BLOB

2008-10-13 Thread Johan Compagner
); return inputStream; } } -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 3:37 PM To: users@wicket.apache.org Subject: Re: Downloading a BLOB i didnt say use the downloadlink, i said see how it works... -igor On Fri, Oct 10

Re: Re: Downloading a BLOB

2008-10-13 Thread bruno . borges
, October 10, 2008 3:37 PM To: users@wicket.apache.org Subject: Re: Downloading a BLOB i didnt say use the downloadlink, i said see how it works... -igor On Fri, Oct 10, 2008 at 3:32 PM, Dane Laverty wrote: DownloadLink appears to accept only a file pathname. If I understand

Re: Downloading a BLOB

2008-10-13 Thread Johan Compagner
(InputStream could not be found); return inputStream; } } -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 3:37 PM To: users@wicket.apache.org Subject: Re: Downloading a BLOB i didnt say use the downloadlink, i

Re: Downloading a BLOB

2008-10-13 Thread Bruno Borges
the user clicks the link to stream the BLOB to them. -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 3:26 PM To: users@wicket.apache.org Subject: Re: Downloading a BLOB see how downloadlink works -igor On Fri, Oct 10

Downloading a BLOB

2008-10-10 Thread Dane Laverty
The title basically says it all. I've got a BLOB in a database, and I want the user to be able to click a link and download it. Any wicket solutions to do this? Thanks much.

Re: Downloading a BLOB

2008-10-10 Thread Igor Vaynberg
see how downloadlink works -igor On Fri, Oct 10, 2008 at 3:21 PM, Dane Laverty [EMAIL PROTECTED] wrote: The title basically says it all. I've got a BLOB in a database, and I want the user to be able to click a link and download it. Any wicket solutions to do this? Thanks much.

RE: Downloading a BLOB

2008-10-10 Thread Dane Laverty
To: users@wicket.apache.org Subject: Re: Downloading a BLOB see how downloadlink works -igor On Fri, Oct 10, 2008 at 3:21 PM, Dane Laverty [EMAIL PROTECTED] wrote: The title basically says it all. I've got a BLOB in a database, and I want the user to be able to click a link and download it. Any

Re: Downloading a BLOB

2008-10-10 Thread Igor Vaynberg
the link to stream the BLOB to them. -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2008 3:26 PM To: users@wicket.apache.org Subject: Re: Downloading a BLOB see how downloadlink works -igor On Fri, Oct 10, 2008 at 3:21 PM, Dane Laverty

RE: Downloading a BLOB

2008-10-10 Thread Dane Laverty
: Downloading a BLOB i didnt say use the downloadlink, i said see how it works... -igor On Fri, Oct 10, 2008 at 3:32 PM, Dane Laverty [EMAIL PROTECTED] wrote: DownloadLink appears to accept only a file pathname. If I understand it correctly, the only way I could use that would be to read the BLOB