I'd like to automate the process of taking emails from Lotus notes and posting them to a phpbb forum/topic.
I know how to take the notes document and save to files on the local client.
I know how to write a service application to automatically take this information on the client machine and push to a URL.
What I don't know is how to automate the file upload to the web server without having to go into a browser and select the files automatically. I don't have access to FTP the files to the server. I can create PHP scripts to run on the server so, worst case, the user would have to jump over to the browser and press submit.
Is there a way to automatically push a page to a URL with the POS variables set?
Is there a way to autofill the 'file' input variable and then initiate the Submit button programmatically?
Is there another, easier method that I'm not aware of to accomplish this?
Thanks for your help.