OK here's the task:
I have a PDF creater (MAKEPDF - it's freeware!) that can be run in a quite mode command line.
It has an accompanying app called MailPDF that uses MakePDF to make the pdf from a postscript file and then mails it to the specified recipient using a mapi client.
Now my problem is this:
I want to make a form whereby the user can submit their email address and browse for the postscript file on there machine.
The file will then be uploaded to the server, parsed through the MailPDF to the mapi client and email back to the user.
Has anyone got any sensible ways of doing this?
Any suggestions would be welcomed, I'm a intermediate PHP coder.