Uploading multiple files in Ruby on Rails
Viernes, 3 de Noviembre de 2006Recently, I have been looking for the way of uploading multiple files from a single form using Ruby on Rails. There are some places where you can learn how to upload a single file, such as the RoR Wiki or the excellent book “Agile Web Development With Rails“. Using the guidelines that I found in [...]