Hi all, I'm having hard time doing this simple(?) task:
using visual studio 2005, I'd like to construct a web form which allows to upload images to a sql database on the server, and another form to get a requested image.
I hope someone can help coz this is killing me..
Any suggestions..?
Tal
PS 1. I'd be thankful if someone could tell me how unefficient it would be to store many images in a DB
PS 2. Also, is it possible to write a page that retrieves ONLY the image (e.g., the link is
http://image_server.com?img_id=100 and the browser shows the image with NO html whatsoever)?
Thanks!!!!