search for: kotysh

Displaying 2 results from an estimated 2 matches for "kotysh".

Did you mean: kotresh
2006 Aug 15
8
AGAIN: file object treated as string
...ied using other examples on the web, it always comes down to this issue. Perhaps I am missing something, or this has to do with my ruby version or the fact that I''m running this on Apache... Any help would be greatly appreciated. . . . . . . . . . . . . . . . . . . . Eduard V. Kotysh Appistry | The Fabric of Business ed@appistry.com <mailto:ed@appistry.com> direct. 314 336 2859 cell. 314 518 0408 http://www.appistry.com <http://www.appistry.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pip...
2006 Aug 15
0
file object treated as a string
I am trying to implement the uploading of a file to a remote server My upload form looks like this: <%= start_form_tag(:action => "save_image", :multipart => true) %> <td><b>Description</b> </td> <td><%= text_area("image", "descript", "cols" => 33, "rows" => 5) %></td>