Yes. You're right. Thank you very much.


Paranoid_Fabio wrote:
> 
> Hello. I've a very strange problem using content disposition in stream
> result:
> 
> < result name="success" type="stream" >
> < param name="contentType">${contentType}< /param>
> < param name="inputName">downloadStream< /param>
> < param name="contentDisposition">filename=${fileName}< /param>
> < param name="bufferSize">1024< /param>
> </result >
> 
> fileName is a field of my action class.
> When filename contains no spaces, everything goes fine. But if filename is
> something like "hello song.mp3"
> the browser shows that the file is "hello". I'm sure that the filename is
> correct in my action class because i logged it out.
> Any idea????
> 
> thank u!
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Strange-problem-with-content-disposition-tp18137974p18149975.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to