Results 1 to 7 of 7

Thread: uploading image to ms sql server

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    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????

  2. #2
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018
    .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.

    Parksie

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    third party componnents

    can you give me some hint of such components so i can begun to explore them???
    thanks alot

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    code sample

    i need to do it by code not by any component

  5. #5
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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.

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    File Upload

    thanks allot ill explore that control

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    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
  •  



Click Here to Expand Forum to Full Width