Thanks I will check that out !

On Wednesday, September 19, 2012 3:27:42 PM UTC+2, berny wrote:
>
> cyberbrain wrote: 
>
> > How can I redirect the modified stream to a window which 
> > ables the user to choose a file name and emplacement ? 
>
> You mean that the user is uploading a file, then the server 
> modifies it, and sends it directly back to the user, so that 
> the browser should display the "save as" dialog? 
>
> Then your server-side program should send these HTTP response 
> headers, e.g.: 
>
>   Content-Disposition: attachment;filename="somefile.zip" 
>   Content-Type: application/octet-stream 
>
> http://en.wikipedia.org/wiki/List_of_HTTP_header_fields 
>
> http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17 
>
>
> Have fun, 
> Berny 
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/8Ut6QWEpxSgJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to