I am trying to cut some corners here and probably not done as much searching as I should but I am sure that the combined intellects of this forum should come up with an answer that I need quick.
I am a complete bodger with applescript but I have managed to run most of my photographic workflow on it. I am now trying to configure a server to do some tricks and I am wayout of my depth.
I am trying to parse info from a web form to applescript so that applescript will be able to do stuff to various images. All I need is to be pointed in the right direction with handle CGI request.
What I will have is a standard web form ie:
Enter your message:
I would like xxx to be an applescript to recieve the data in “msg”
I know that I need to save the script as remain open app. but I dont understand how applesscript gets the data from he form. I can do this in php but I would like to use applescript for the proccessing
Thanks
Browser: Safari 523.15
Operating System: Mac OS X (10.5)
On another note. Have you thought of writing the data to a file with PHP and then having a stay open
script read the file gathering the necessary information?
First: No I have not installed the ACGI. Sounds important. Will do.
Second: Have no idea how to write the results of the form to a text file though I could write the applescript to gather the info