Hi
I am having a problem with file uploads. I am working on a delphi 6 program that runs on a server and can accept file uploads. The problem is that there is 8kb of the data missing within the content that is extracted from the http messages.
If the file is smaller that the length of the initial content space of the http, there is no problem but this is too small for this application. I have scanned the incoming http packets, the data is there it is just not extracted. I am parsing the raw content of the http content using TCGIRequest object. I dont know if this is a programming error or a server setting. IIS version 5 is used as the server.