Uploading image and text into a database

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Uploading image and text into a database

    Hi All,

    I would like to know if there is a way to upload an image and text into
    an Access database using asp. I have a web site hosted on a web server which
    doesn't accept to install components. If anybody knows some sample code (in
    case this is possible), a link or some code would be welcome.
    Any reply is appreciated.

    Regards,
    Nicolae


    Nicolae Fieraru Guest

  2. Similar Questions and Discussions

    1. Uploading image
      I'm got a cool uploading images tutorial from Asfusion.com. I got it working but this is my issue. I created a db table called "photos", in the...
    2. Problem Uploading Photos to Database
      I am having a problem getting photos to upload to the database. This is the error I get: Variable UPPICTURE is undefined. The error occurred...
    3. uploading imageready image map
      hello, i'm pretty new to photoshop and have just made my first image map with rollovers using photoshop and imageready. when i preview it in the...
    4. Uploading a CSV file to a Database Table
      I'm pulling my hair out trying to find out how to upload this data. My files can vary in numbers of rows and columns but the x and y axis always...
    5. Uploading an Image from a web page
      I am using the control type = file to perform a file upload. When I click on the browse button to go select the image I want to upload it places...
  3. #2

    Default Re: Uploading image and text into a database

    On Fri, 6 Feb 2004 22:00:23 +1100, "Nicolae Fieraru"
    <nospam@please.com> wrote:
    > I would like to know if there is a way to upload an image and text into
    >an Access database using asp. I have a web site hosted on a web server which
    >doesn't accept to install components. If anybody knows some sample code (in
    >case this is possible), a link or some code would be welcome.
    First, read this:

    [url]http://www.aspfaq.com/show.asp?id=2149[/url]

    Then:

    [url]http://www.aspfaq.com/show.asp?id=2189[/url]


    Naturally, text is easy, files are less easy.

    Jeff
    Jeff Cochran 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