Ask a Question related to Coldfusion Database Access, Design and Development.
-
Infinite Dominion #1
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
-
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... -
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... -
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... -
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... -
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... -
jdeline #2
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



Reply With Quote

