does any body knows how can i upload image to database - ms sql server - the aim is to do that by asp file.
i have in vb script the path of the image to upload. how do i upload the image to ms sql server????
any direction????
Printable View
does any body knows how can i upload image to database - ms sql server - the aim is to do that by asp file.
i have in vb script the path of the image to upload. how do i upload the image to ms sql server????
any direction????
.NET ??
I think you will find that most people using asp/vbscript use third party components.
Give pure asp upload a go. Its cheap and does the job.
can you give me some hint of such components so i can begun to explore them???
thanks alot
i need to do it by code not by any component
Use the File Upload control.
Yow will find it in the html controls area of your toolbox.
If you search on MSDN, you will see how to use it.
thanks allot ill explore that control
to sharp my point
all the code is done on the server side which means that in the server i have folder in which there are images and i want to upload the image frome the server to the database (also in the server) by code. the user "uploads" the file from the client to the server via com.