Displaying 1 result from an estimated 1 matches for "inplaceupload".
Did you mean:
  inplaceuploader
  
2007 Mar 05
2
Help with rjb
I am trying to do file i/o with rails and rjb and can''t figure out a
way to make this work. Here''s what I am trying to do:
- a user uploads an image to the server via a standard html form:
         <%= file_field("blog", "attach") %>
- this returns a ruby File object to the controller in
params[:blog][:attach]