I’m trying to make an applescript that can be started from a Web-browser.
The user should be able to write som text, and select a file in a browser, and send this information to an applescript (on the same machine or possibly another). After completion, the script returns the result to the browser.
I believe that you might be able to do this if you set up your computer with an apache web server and build the script as a CGI script to be activated by the web page. Then, you should be able to activate that script from any computer that you can connect to your “server” over your network. I’m sure there are others here with actual experience using AppleScirpt as a CGI script that could chime in on how it works and it’s limitations.