View Single Post
  #1 (permalink)  
Old 07-23-2008, 03:40 AM
CF Nut
 
Posts: n/a
Diggs:
Default cffile upload to database

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#



Reply With Quote
Sponsored Links