Subject: Post a file to an agent from an html form: how to?
The answer lies upon you designing a website to do it. First use the file upload module for the form. Second make a webquerysave event to be tied to a lotusscript agent.
Subject: RE: Post a file to an agent from an html form: how to?
because you can have lotusscript look for the file on the server. There are many ways to send a file to a server on various web servers. So if the html form is hosted on domino you can have a lotusscript agent just look for the file in a specific directory (saving you the need to worry about sending the file to the agent).
Otherwise, it would be helpful to know more about how you expect to have the file be sent to the server because there are a number of ways to approach this.