Displaying 1 result from an estimated 1 matches for "display_recent_updates".
2006 Jul 19
0
Web Service (server) and file_column issues
.... The Web service I
created is pretty straight forward. It gets the 5 most recently updated
members from the database. Nothing too spectacular. However, the Members
class uses file_column and when I try to connect to my web service I get
this error:
TypeError in Connect to serviceController#display_recent_updates
Do not know how to handle a string with value
''/Users/dhoefler/Projects/apps/rover/public/member/image_path/147/866786797_l.jpg''
that was passed to a file_column. Check if the form''s encoding has been set
to ''multipart/form-data''.
My web service API lo...