Displaying 2 results from an estimated 2 matches for "mulipart".
Did you mean:
multipart
2006 Aug 02
3
Upload forms--where is the file object?
...an
uploaded file, and save it to a directory on the server. I''ve tried
following a couple of posts on this list, and the HowTo from here:
http://wiki.rubyonrails.org/rails/pages/HowtoUploadFiles
Here is the code in my view:
<%= start_form_tag ( {:action => "upload"}, { :mulipart => true } ) %>
<%= file_field_tag("file") %>
<%= submit_tag "Upload" %>
<%= end_form_tag % >
Seems simple enough, But the problem is the object being passed from the
view in params[:file] is a string object, not a file object, so it won''t
respo...
2006 May 25
4
Does TMail support Nested Multipart Messages? (Repost)
Hi,
does anybody know if TMail supports nested multipart messages? I read
a changelog that indicates so
(http://dev.rubyonrails.org/svn/rails/trunk/actionmailer/CHANGELOG), but
I haven''t been able to get it working so far.
Maybe I am doing something wrong here?
I attached the sample mail. Here is the code to parse it:
require File.dirname(__FILE__) +