B
B_O_B
I am using Response.BinaryWrite to display JPEG's to the browser. The
problem is that in IE, one particular JPEG is loading very slow. Normal
JPEG's take a few seconds, but this one sometimes takes up to 30 seconds.
THe weird thing is that if I refresh really quick, the JPEG appears for quick
second, and then the new Response.BinaryWrite kicks in. So, it looks like
the browser has the image, but for some reason it is not finishing loading it
into the browser. I found another article with a similar issue at
http://groups-beta.google.com/group...+response.binarywrite&rnum=1#0c071cbb27813992
This seems to be something related to the exact size of that JPEG. Any help
would be greatly appreciated.
problem is that in IE, one particular JPEG is loading very slow. Normal
JPEG's take a few seconds, but this one sometimes takes up to 30 seconds.
THe weird thing is that if I refresh really quick, the JPEG appears for quick
second, and then the new Response.BinaryWrite kicks in. So, it looks like
the browser has the image, but for some reason it is not finishing loading it
into the browser. I found another article with a similar issue at
http://groups-beta.google.com/group...+response.binarywrite&rnum=1#0c071cbb27813992
This seems to be something related to the exact size of that JPEG. Any help
would be greatly appreciated.