file upload without activerecord

Viewed 25598

How do you handle file upload in rail without attaching them to active record ?
I just want to write the files to the disk.

Thanks,

4 Answers
Related