I've uploaded a file using active_scaffold and paperclip, passing through update action, but don't know how to extract the params
How am I supposed to get the origin_filename? There are some keyword converting problem so I have to show it by image.
Here is what I tried:
params[:excel].tempfile
params[:excel].original_filename
params[:excel][:filename]
The params content: