|
-
Feb 23rd, 2004, 03:58 AM
#1
Thread Starter
Addicted Member
uploading image to ms sql server
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????
-
Feb 23rd, 2004, 06:32 AM
#2
Fanatic Member
.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.
-
Feb 23rd, 2004, 06:52 AM
#3
Thread Starter
Addicted Member
third party componnents
can you give me some hint of such components so i can begun to explore them???
thanks alot
-
Mar 1st, 2004, 09:14 AM
#4
Thread Starter
Addicted Member
code sample
i need to do it by code not by any component
-
Mar 1st, 2004, 10:00 AM
#5
PowerPoster
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.
-
Mar 2nd, 2004, 02:46 AM
#6
Thread Starter
Addicted Member
File Upload
thanks allot ill explore that control
-
Mar 2nd, 2004, 03:21 AM
#7
Thread Starter
Addicted Member
web 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|