I have an Image class that has a byte[] to contain the actual image data. I\'m able to upload and insert the image just fine in my webapp. When I attempt to display the im
Try looking at the data you're getting. It may give you a clue as to what's happening.