Problem Uploading Photos to Database

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default 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 in
    E:\Inetpub\wwwroot\domains\cf\Raymond\betsyboylepo rtraits_com\htdocs\backend\gal
    lery_insert.cfm: line 32

    30 : <cffile action="upload"
    31 : filefield="gallphoto"
    32 : destination="#uppicture#"
    33 : nameconflict="overwrite"
    34 : >


    Any help would be appreciated.

    Thanks


    Infinite Dominion Guest

  2. Similar Questions and Discussions

    1. Uploading problem
      I am trying to publish my files directly from Publisher 2003 for the first time and i've carefully followed the excellent instructions from...
    2. 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...
    3. 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...
    4. Uploading Photos Help
      I'm trying to code the ability for my users to upload up to photo's to mysql database - can someone point me in the right direction as to how this...
    5. Uploading problem = weird warning (was: access denied problem.....)
      Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the...
  3. #2

    Default Re: Problem Uploading Photos to Database

    The destination attribute must be a full path name. Apparently, uppicture is not defined, either as a variable set on this page, or a variable passed from the previous page.
    jdeline 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