Hi,
I am trying to upload an image to a custom collection.
I am using the input field with  the type set to file. 
 In my create service i have mapped the file input field to a field in the db.  
 A button then calls the service.
When I click the button i am presented with the following error:
"invalid value for type object: C:/fakepath/image.jpg"
The code that is used to throw the exception is
var response = JSON.parse(jqXHR.responseText); 
 alert (response.description);
Does anyone know what theissue could be?
Thanks, 
 Graeme