There doesn't seem to be a ticket for filefield support in the queue. I'm trying to get a node with an imagefield deployed but I get the error message "Image field is required" where Image is the name of the imagefield.
I have tried patching services with #18 from http://drupal.org/node/376226 and I have added the deploy_filefield module which I found at: http://cvs.drupal.org/viewvc.py/drupal/contributions/sandbox/heyrocker/
I can copy the files manually but I just need to get deploy module to send the data that is needed to create the node, looks like it's form.inc that is complaining about the missing field and causing the node deployment to fail.
What can I do to help get this working? If it it being actively developed somewhere then please let me know and I can help.
Comments
Comment #1
gddThis was committed yesterday, and the file.save service is now present in the 2.x dev branch of Services. Please give it a shot and let me know how it goes!