Dan,
I think you just have a typo…“mulipart” should be “multipart”. Also,
check the format of the “start_form_tag”…try,
<%= form_tag({:action => ‘upload’}, :multipart => true) %>
If you have it, AWDWR v2 has a good write-up on this functionality.
There is “magic” required in the model to manipulate the file. Hope this
helps.
Nathan