Since there hasn't been any suggestions yet, you could Base64 the file in your app then POST the resulting string to your domino URL. Then, in your agent read in the Request_Content CGI variable. Note: If the Request_Content is too big, it'll break em up into Request_Content_nnn (nnn = 000, 001, 002). Alternatively, you could create a webservice provider in your database and pass the Base64 string to that. I hope this helps.