Question
How to Http Post from ExtendScript ?
Hello,
One suggestion from the forum suggested using System.CallSystem ( http://forums.adobe .... this works, but the script stops until the browser is closed.Is there a html library that works with ExtendScript ?
I tried XMLHttpRequest :
var request = new XMLHttpRequest(); <-- I get a error 'XMLHttpRequest does not have a constructor' What am I missing ?
Has anyone tried to use extendables.jsx ?
Thanks, Peter