0

The main page is processed and given by active_scaffold. In that case I can't find a place to use form_tag (to make a form_tag in order to pass a FILE object to a controller).

I did go through the wiki page about active_scaffold, and had not figured out a way to replace form_tag..

Really need some help

CoolDrinE
  • 11
  • 7

1 Answers1

0
p params[:record][:excel].original_filename

that works out !

CoolDrinE
  • 11
  • 7