Flex: Image snapshot and File save service
Posted by jacopo3001 on April 12, 2009 at 5:06am
i broke my head on this for few days (and broke anyone on this group's b##ls i guess..)
i got to a solution now and want to share:
i am on drupal 6.10, Services, amfphp.
I have a content type called PHOTOS with 1 image_field.
I need to save the image to server, store it into drupal, then finally create/edit the node to link the image file to it.
My starting point is very similar with keystr0k's @ http://groups.drupal.org/node/20549, with the difference that he's using DrupalSite.as class.
I tried keystr0k's method and it didnt work for me, and it was too complex to debug.
