On Wed, Sep 22, 2010 at 12:00 PM, Amit Tomar <li...@ruby-forum.com> wrote:
>
> luis i change my code as you said
>
> filename =  "#...@stream.location}"
> response.headers['Content-Type'] = "application/force-download"
>  response.headers['Content-Disposition'] = "attachment;
> filename=\"#{File.basename(filename)}\""
> response.headers["X-Sendfile"] = filename
> response.headers['Content-length'] = File.size(filename)
> render :nothing => true
>
> this is how it is processed...
>

This? How? can you provide answers to my previous questions about
process memory usage? Please?

-- 
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to