Hi all! I have been working on this for a few days now, and still having problems. I have a page that allows customers to manage their advertisments on a device. I have the ads stored in a database that includes the ad info and the binary image of the ad. The ads can be images,flash videos or WMA videos. So I stream the binary data to the server and them display the image in a image box or the flash in a flash player control. For the WMA video I user the filedownloader() that I found posted here on the site to open or save the video.
These methods sometimes work and sometimmes don't. My idea is to stream the file directly from SQL to te client, instead of haveing to save the file on the server. I just have no idea how to do it. Here'e my stream code now...
Dim bmp As Go to the complete details ...