Results 1 to 5 of 5

Thread: Uploading Files and Adding links to a database

  1. #1

    Thread Starter
    Lively Member tiga's Avatar
    Join Date
    Feb 2004
    Location
    In My Glove Box !!
    Posts
    115

    Uploading Files and Adding links to a database

    I would like to be able to upload an image file via an asp page on my intranet and also have the link to that file updated into my access database.

    How do I go about this....
    Tiga

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: Uploading Files and Adding links to a database

    You'll need to use a third party upload component to upload the file from an HTML multipart form.

    Once uploaded you can get details about the file (name etc.) and add these to the database and save the uploaded file onto the server.

    Do a Google search there are loads of articles out there about just how to do this.

    DJ

    If I have been helpful please rate my post. If I haven't tell me!

  3. #3
    Addicted Member
    Join Date
    Jul 2004
    Location
    Mumbai
    Posts
    236

    Re: Uploading Files and Adding links to a database

    hi tiga,

    You can use third party tool or use can use asp coding the upload. If u dont want to use third party tool then I have asp coding for uploading. If u need it then do reply, I will upload the code.

    Bye, Kishore...

  4. #4

    Thread Starter
    Lively Member tiga's Avatar
    Join Date
    Feb 2004
    Location
    In My Glove Box !!
    Posts
    115

    Re: Uploading Files and Adding links to a database

    Quote Originally Posted by kishore.kr
    hi tiga,

    You can use third party tool or use can use asp coding the upload. If u dont want to use third party tool then I have asp coding for uploading. If u need it then do reply, I will upload the code.

    Bye, Kishore...
    I would like to use the ASP code

    That would be great if you could upload the code, thankyou.
    Tiga

  5. #5
    Addicted Member
    Join Date
    Jul 2004
    Location
    Mumbai
    Posts
    236

    Re: Uploading Files and Adding links to a database

    hi tiga,
    Download the file and run the file attach.asp. create a folder "filesuploaded" in the current server directory. I have added suggesstions in the file upload_assist.asp. use them, if u need any more clarifications then reply. all the best..

    -- Kishore..
    Attached Files Attached Files

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