CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Socket questions

    hello all...

    I try to build a webserver-like app,

    when browser requests (e.g. gif images) my app will fetch it, the problem is
    the browser have received the file (the image appear in Temporary Internet
    Files folder) but the file seems corrupted, the size is right but when I try
    to open the image which is in the Temporary Internet files folder, with
    image editor, it won't open ?

    could anyone help me on this ??

    Thanks..





  2. #2
    Guest

    Re: Socket questions

    Check with your Image editor if it can open that file type. If it can also check if the version of the editor. It is possible that the U could have an older version and the image file is created in a newer version.

    Also check the size of the image file that was downloaded.

    Good luck...


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