Hello

I used to have a CSV Upload form working with 8.3. It is tied in in my  
locations controller

I extended the locations/new page by a file selection field by  
extending in application.dryml. See:
http://gist.github.com/38596

I am now on Hobo8.5 and getting an error caused by this line:

<%  
form_for 
  :dump, :url=>{:controller=>"locations", :action=>"create"}, :html =>  
{ :multipart => true } do |f| -%>

   You have a nil object when you didn't expect it!
   You might have expected an instance of Array.
   The error occurred while evaluating nil.<<

I tried various other versions of that syntax and but I am left what  
to check next.
Maybe it is now neccesary to setup the dump object. Currently his is  
not a model.

I even set up a fresh hobo app to see if I missed something on the  
move to 8.5

Any hints, anyone: The object is to be able to upload a file from a  
form. I am open to other suggested approaches

thx roland


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to