save picture to the sql sever 2000

yewmeng

Freshman
Joined
Dec 16, 2003
Messages
46
hi all
i am newbies in asp .net

i have some picture in my hard drive
i need to develop a web application to browse the picture in the hard drive and save it to the sql server

i know in windows form for vb .net we can using the save file dialog.
but how about in asp .net ?
i really no idea

can u all show the coding to save the picture too

thx in advance
 
There is a HTML control with input type = 'file'.

The coding method to save the file to database is same with Windows application (VB.NET, C#.NET...)
 
Back
Top