Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
gbert #1
cffile and server
Hi all, I'm using the following line in a form to upload a file to a database:
<input type='file' size='69' name='newimage'> Before processing the file I'd
like to check some features of it (ie. name and extension) however, I've
realized that when using the 'file' feature of cfform, the file is sent to the
server with a temporary name; something like:
D:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotmp18259.tmp
I'm wondering if there is a way to access the file's original name before
running any 'CFFILE' commands? Any assistance is greatly appreciated. Cheers,
Gord.
gbert Guest
-
cffile on server 2003 and mapped drives
Hi all, Please can someone help me. We have just installed CF5 on Windows 2003 and all has gone well. The only problem we have is accessing... -
help needed using cffile to upload doc to server
I'm trying to use a basic cffile command to upload documents on local PC to web server. Here is my code to select file: <head><title>Specify File... -
cffile and uploading a jpg on my hosting server?
this code <cffile action="upload" destination="\temp" nameConflict="overwrite" fileField="Form.FiletoUpload"> used for uploading a file (ie.... -
cffile - how do I upload to a different server?
Hi, I'm trying to upload a doc to a different server by using: <CFfile action='upload' filefield='FileContents'... -
cffile upload to different server
Greetings, I am trying to upload files to a different server than my web server. If I load the files to the same server it works just great, but I'm...



Reply With Quote

