[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

File download in Rails

WujcioL

3/29/2008 6:27:00 AM

[Note: parts of this message were removed to make it a legal post.]

I've got problem with allow user to download file.

This is sending method:

class DownloadController < ApplicationController
def send
@headers["Content-Type"] =
("./public/files/"+params[:path]+"/"+params[:name]).content_type
send_file(("./public/files/"+params[:path]+"/"+params[:name]), :type =>
param[:name].content_type)
end
end

In view i have:

<%= link_to st, :controller => "download", :action => "send", :path => s,
:name => st %>

I get error:

Status: 500 Internal Server Error Content-Type: text/html 500 Internal
Server Error
--
My own blog (in polish) :
wujciol.yoyo.pl