hi,i wrote a web-agent, to upload a file. this is my client (HTML):
this is the code of my lotus-script-agent:
Dim s As New NotesSession
Dim dc As notesdocument
Print “Content-Type:text/html”
Set dc = s.DocumentContext
Print dc.Content_Length(0)
Print Len(dc.request_content(0))
if i try to upload a text-only file everything is fine. if the file is binary (as an excel-file), the domino server crashes. only what we can do is to restart the whole server, the notes-service hangs is not responding to any request (http or notes-client). the file is only 25kbyte small of size. i tried a lot, but every time i try to access the request_content with binary data filled the domino server crashes.
has anyone the same experience, or can anyone help?
thanks
maxi