CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Nov 2005
    Posts
    2

    Server response WRONG_FILE_SIZE

    Hi Guys; Im totaly new in C#. I had this new task to create a functions that sends the file to the web application that we have. This can be done by sending file information ( struct ) + the file data ( in buffer ) and the protocol MSG_FILE that will be send through sockets; unfortunately when i run the program Im receiving a WRONG_FILE_SIZE as a server response. Here are the sample code


    I hope you can assist me in my problem. Thanks in advance


    Since no one wants to reply and i think this is only a redundant on my other post. To the Administrator could you please delete this post.
    Last edited by onin; April 26th, 2012 at 11:04 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured