Yeah, sorry that's right. In the first dialog box ("Do you want to save or
open") the end of the
URL is shown. If you then click 'save' or 'open' the proper file name is
displayed in the following dialog.
eric
-----Original Message-----
From: Peter Goode [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 19, 2002 10:50 AM
To: Turbine Users List
Subject: Re: #2 .getOutputStream() missing, it's driving me crazy !
another problem!!!!!!!
That doesn't seem to work for me... wasn't expecting it too actually -sry
:-)
I still get file save dialog (in IE6) come up with filename of 'Download'.
Surely the only way to change it is change the link to the download file,
because the dialog box
is displayed before any data is fetched for the actual download... so the
headers arrive too late.
P
"HOLMES, Eric" wrote:
> I do almost the exact same thing (get a file from a database and use a raw
> screen to
> output it to the browser). This seems to work for me:
>
> resp.setHeader("Content-Disposition","attachment; filename=" +
doc.getName()
> + doc.getExtension());
>
> the only problem we've run into is when there are '/' in the document
name.
>
> eric
>
> -----Original Message-----
> From: Fabio Daprile [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 19, 2002 8:51 AM
> To: Turbine Users List
> Subject: Re: #2 .getOutputStream() missing, it's driving me crazy !
> another problem!!!!!!!
>
> hello Mark,
>
> i've tried but the problem remains the same.
>
> thank's anyway.
>
> bye
>
> Mark Nutter wrote:
>
> >Try this: instead of setting a "filename" header, set your
> >Content-Dispostion header as follows:
> >
> > resp.setHeader("Content-Disposition", "inline; filename=\"" +
> >_attach.getFilename() + "\"");
> >
> >Mark Nutter
> >[EMAIL PROTECTED]
> >My horoscope says today is a bad day to be superstitious.
> >
> >On Thu, 2002-04-18 at 06:40, Fabio Daprile wrote:
> >
> >>Hello,
> >>
> >>I've another little problem regarding download.
> >>I use a RawScreen (Download.vm) and my files are stored in a MySql DB,
> >>in a BLOB field.
> >>It does work when you only display the file, the problem raises when you
> >>try to save this file.
> >>
> >>hereafter how i call that page:
> >> <a
> >>href="$link.setPage("Download.vm").addQueryData("attachid",
> >>"$Attachment.getId()")">$Attachment.getFilename()</A>
> >>
> >>and here how is et the headers:
> >>
> >> resp.setContentType(_attach.getContenttype());
> >> resp.setContentLength(_attach.getContent().length);
> >> resp.setHeader("Content-Disposition", "attachment");
> >> resp.setHeader("filename", _attach.getFilename());
> >>
> >>The name of the file becomes "Download", the realname is lost.
> >>
> >>How is it possible to keep the name of the file.
> >>
> >
> >
> >
> >
> >
> >--
> >To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> >
> >
>
> --
>
> --
> Fabio Daprile
>
> W�rth-Phoenix Srl
> Via Kravogl 4, I-39100 Bolzano
> Tel: +39 0471/564111 - (direct 564070)
> Fax: +39 0471/564122
>
> mailto:[EMAIL PROTECTED]
> http://www.wuerth-phoenix.com
> http://www.wuerth.com
--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>