Displaying 1 result from an estimated 1 matches for "hiiiiiiiiiii3".
2010 Mar 29
4
error in uploading file(help me urgnt)
...form_tag %>
This is ma controller
class UploadController < ApplicationController
def index
puts ''hiiiiiiiiiii''
render :file => ''app\views\upload\uploadfile.html.erb''
puts ''hiiiiiiiiiii2''
end
def uploadFile
puts ''hiiiiiiiiiii3''
post = DataFile.save(params[:upload])
render :text => "File has been uploaded successfully"
end
end
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To po...