Hello All,
I have been doing a lot of work as of late using the webserver class
and have added a hook to the OnPost function so that I can manipulate
that data and react to it as it is coming in. I am scanning the boundry tags
to keep things together on uploads. For the most part it seems to
work fine untill I post larger files to it (35K).
It seems that the OnRead takes over at some point in the middle of the
process and the OnPost delivers about 8K of the data. I can see the rest of it coming in the log so it is getting there. It looks like I might need to come up with a way to get these two functions to mesh. Before I do all that work
I was wondering if any one had any suggestions.
Thanks