D
Detlef Huettenbach
I was trying to convert a Windows Forms prototype
application to an ASP.NET solution that makes use of
loading data streams into the Image Web/Windows control.
For WinForms no problem. However in ASP.NET, the image
control does not display tiffs,pngs,.. still it does
display gif-streams. Memory stream writing into a gif-
stream of the tiff and other streams likewise fails,
although the streams seem to be filled correctly.
On top of that, when I save the streams to a file and
open them by Image.FromFile, the images are displayed!
So, what's on? - Is there a more convenient work around?
Thanks for response,
Detlef
application to an ASP.NET solution that makes use of
loading data streams into the Image Web/Windows control.
For WinForms no problem. However in ASP.NET, the image
control does not display tiffs,pngs,.. still it does
display gif-streams. Memory stream writing into a gif-
stream of the tiff and other streams likewise fails,
although the streams seem to be filled correctly.
On top of that, when I save the streams to a file and
open them by Image.FromFile, the images are displayed!
So, what's on? - Is there a more convenient work around?
Thanks for response,
Detlef