Ask a Question related to Coldfusion Database Access, Design and Development.
-
AWZ #1
cffile.ServerFileName to enter jpg path in Access
I am uploading a jpg using cffile and want to use cffile.ServerFileName to
input the directory the file is in into a access database. This makes sense
theoretically but I have no way of knowing how to actually do it.
When cffile uploads the jpg to a folder on my server how do I use
cffile.ServerFileName to tell the microsoft access database it is there?
I have two pages... one is uploadfileform.cfm (where you click the submit
button for the file) and the other is uploadfileaction.cfm (that actually
submits it)... I tried to use an "insert record" server behavior on the submit
button on the uploadfileform page but that doesn't seem to put the path to the
database...
more or less I don't know how to use the cffile.ServerFileName or place it in
my code correctly to do what I need. Any suggestions. Thanks!
AWZ Guest
-
cffile delete timeout with unc path...
Hello, In my installation, cfmx interract with data hosted on a NAS (W2K Storage). I use UNC for file manipulation (upload, delete, edit...)... -
want to use cffile.ServerFileName to enter jpg path inAccess
I am uploading a jpg using cffile and want to use cffile.ServerFileName to input the directory the file is in into a access database. This makes... -
designating a relative path using <cffile>
I had a similar problem. After much expiramentation, I ended up using GetCurrentTemplatePath(). It's ugly but I blame Macromedia. :) <Cfset... -
cffile upload file field returns temporary path
Hi, I'm attempting to use cffile upload and the FORM file field is being returned as ... -
...template denied access to cffile
I have an upload form set as follows: <cfinsert datasource = 'pre_reg_info' tablename = 'upload_table' formfields = ''> <cffile action='upload'... -
gwgiswebmaster #2
Re: cffile.ServerFileName to enter jpg path in Access
cffile.ServerDirectory & cffile.ServerFile
gwgiswebmaster Guest



Reply With Quote

