I need to put JPG images stored in Alfresco onto Scene7 for publishing. I would like to use an action to publish the image into a folder on the web server so that the S7 ingesting job can "see" the file.
Hi, unfortunately I'd say no. You haven't filesytem via javaScript at another (web)server. Such a feature would be very risky. Alfresco WCM module use a custom fileserver-receiver (FSR) for such a publishing approach, I think you should use sth similar. Or are you able to mount your webserver directory to your Alfresco server, e.g. as network share? Cheers, Jan
You could accomplish this by authoring your own custom extension to the JavaScript API. Doing so would require care over potential security issues, as Jan pointed out.