i am currently using openURL to complete forms that refer to an image. But the image has to be uploaded manually.
The site is split into 2 forms, the upload form and the details form.
I have tried to dabble with curl but cant seem to get it to work, so wondered whether i could do it with openURl.
for example
openURL “http://www.thesitetouploadto.com/theformchecker.asp?insert=”
can i do something similar??