How to upload image to database?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default How to upload image to database?

    I am re-doing a site for a friend and have hit a wall.

    How do I upload an image from a user's computer directley into a database?

    I have done several hours of searching and so far have found a couple of
    extensions/programs (at $100+) that will do this, a few articles written for
    ASP coders (rather not switch to ASP) and learned that the ASP.net insert
    record will not work with binary data.

    I realize that S.O.P would be to store the link or name of the image in the
    database but my friend works about 90% of the time offline and needs access to
    the images on our site for submissions (she owns a talent agency). For this
    reason I was going to replicate the database, allowing her to sychronize the
    database and have the most current info.

    If anyone can point me in the right direction it would be greatly appriciated.
    I would prefer to use Dreamweaver's design tools but if I need to code I will.

    red1984 Guest

  2. Similar Questions and Discussions

    1. Upload an image
      Is there a way to upload an image without being in the page editing mode? I am trying to replace an image that is a part of the main navigation,...
    2. Upload an Image to the mysql database
      Hi! I need help on how to upload an image to mysql database directly. I needed the images to be saved directly to the mysql database. Is there a...
    3. Upload Image to access database. ASP
      Hi. I have an Insert Record behavior. This is a form with some fields to insert text in a accessdatabase but i need insert an image too. How can i...
    4. upload image and update database at same time
      Yes. I don't know how aspupload handles it, but it's often something along the lines of: UploadObject.Form.Items("txtFirstname") or something...
    5. How to upload an image in asp.net
      hello friends, i am developing an application in which i want to upload an image from clients hard drive(local hard drive) to the server. i...
  3. #2

    Default Re: How to upload image to database?

    > a few articles written for
    > ASP coders (rather not switch to ASP) and learned that the ASP.net insert
    > record will not work with binary data.

    Rather not switch to ASP from WHAT? What server model are you using now?


    --
    Nancy Gill
    Team Macromedia Volunteer for Dreamweaver MX/UltraDev
    [url]http://www.macromedia.com/go/team/[/url]
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


    Nancy Gill Guest

  4. #3

    Default Re: How to upload image to database?

    have a look at ASPUPLOAD by Persist. you need the script to be on your server
    as well.

    Most Hosts have some third party upload availible on their servers. have you
    signed up to a host yet? if you have ask their support team what upload methods
    they have.

    Don Pacino Guest

  5. #4

    Default Re: How to upload image to database?

    Rather not switch to ASP from WHAT? What server model are you using now?
    red1984 Guest

  6. #5

    Default Re: How to upload image to database?

    Sorry about the last incomplete post. I hit the wrong key.

    Rather not switch to ASP from WHAT? What server model are you using now?

    I have been using FrontPage and am just learning DreamWeaver. Have 20+ years
    experience with computers/programming and am a quick study. Have been told if
    I am going to learn a server language (in addition to html) then ASP.NET or
    ColdFusion is the way to go. I would rather use Dreamweaver's built in
    functionality to build my solution but if it can only be done by coding then
    that's what I'll do. Had created an upload form in Dreamweaver using ASP.net
    (which is how I found out I couldn't insert an image into my database).
    >Most Hosts have some third party upload available on their servers. have you
    signed up to a host yet? if you have ask their support team what upload methods
    they have.

    The site host has no method for anyone other than the admin to upload images
    through the Vdeck control panel or you would need an ftp program on your
    computer. Can't give our talent access to the Admin control panel or expect
    them to have their own ftp program. For ease of use I would create an upload
    form they would access from their browser, allowing them to choose an image and
    submit.


    red1984 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139