hi,
i attempted to use DIME attachment to upload a 650MB file, and found that it puts the whole file into its buffer, vy unacceptable
then i read:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwebsrv/html/wsedime.asp
and using WriteToDime(), ReadFromDime(), and NetworkStream to send the file
as I use NetworkStream, I start threads to listen/accept TcpClient's as the webapp starts
but I couldn't picture the relationship btw the NetworkStream and DIME: I can use socket programming to do the file upload without DIME (this 2 r seperated connections), how does the DimeRecord relate to a web service call
thanks
thomas