using DIME and NetworkStream for big file upload

Last post 11-06-2003 5:05 AM by twhphan. 0 replies.

Sort Posts:

  • using DIME and NetworkStream for big file upload

    11-06-2003, 5:04 AM
    • Member
      45 point Member
    • twhphan
    • Member since 05-28-2003, 10:31 PM
    • Posts 9
    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
Page 1 of 1 (1 items)