Re: DownloadLink for an external URL

2007-08-02 Thread Gumnaam
thanks for the response, If I type in the external URL in the browser's address bar, then I do get the file save dialog box. So I presume that the external server, is indeed setting the desired header. but when I redirect to that URL from within a wicket application, I can't seem to get the sa

Re: DownloadLink for an external URL

2007-08-02 Thread Igor Vaynberg
whatever streams that external file has to set a content-disposition:attachment header so the browser pops up that box. -igor On 8/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I see that DownloadLink can be used to stream a File. > > What I want to do is use DownLoadLink to redirect to

DownloadLink for an external URL

2007-08-02 Thread gumnaam
I see that DownloadLink can be used to stream a File. What I want to do is use DownLoadLink to redirect to an external URL that should be streamed (i.e. File Save box should pop up). I can't use ExternalLink as the external URL's location is not pre determined, also the external URL's location l