Connecting Tech Pros Worldwide Forums | Help | Site Map

cffile upload to database

Newbie
 
Join Date: Jul 2008
Posts: 2
#1: Jul 22 '08
I recently switched over to a new hosting company and my update query doesn't work. Any ideas on what I can change to make this work? I changed it a ton of times but it would not save the file name from my form into my mysql database.

UPDATE tblCust
Set item1 = '#cffile.ServerFile#'
where tblCust.CustID = #Session.CustId#

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Jul 29 '08

re: cffile upload to database


When you say it doesn't work, do you mean you get an error? If so, what's the error message?
Reply