Hello,
I'm currently extending Image Editor module for Drupal (http://
drupal.org/project/imageeditor) to use Aviary Phoenix, Peacock and
Falcon applications (and then Raven and Myna). I was able to
successfully launch them all in an iframe and get them to load the
image from (loadurl parameter).
Now I need to handle the save and here come 2 difficulties:
1. It does checks to resolve the domain in the posturl parameter and
errors out: "The remote name couldn't be resolved: 'drupal6.local'"
making it impossible to use a development on localhost server. And I
already tried it with the postagent = client. Is it really needed to
resolve it on your side? Can you initiate the post action from the
client?
2. Here comes a question - does it post to the URL specified in the
posturl parameter and redirects the iframe (that I used to open the
editor) to the posturl or does it only do the hidden post to this URL
and leaves the iframe with the application? I need it to redirect the
iframe to the posturl along with the POST itself cause I need to make
changes on the parent page after the image was edited (and I have been
doing it successfully with other editors by having Jquery code on the
posturl that modifies the parent according to the post parameters).
Thank you in advance for any help.
AndyB