/t5/coldfusion-discussions/download-file-in-coldfusion/td-p/151517Jan 11, 2009
Jan 11, 2009
Copy link to clipboard
Copied
hi, i'm sue..i'm familiar using cffile to upload file ..but
now i dont know how to download file via source code like using
cffile action='upload'. could u help me ?thanks alot
/t5/coldfusion-discussions/download-file-in-coldfusion/m-p/151518#M13849Jan 12, 2009
Jan 12, 2009
Copy link to clipboard
Copied
CFFILE doesn't do 'download' because download is done via a
simple link - I'm not sure what you're trying to do but why don't
you just code in a link to the file that you want users to
download?
/t5/coldfusion-discussions/download-file-in-coldfusion/m-p/151519#M13850Jan 12, 2009
Jan 12, 2009
Copy link to clipboard
Copied
shurah wrote:
> hi, i'm sue..i'm familiar using cffile to upload file
..but now i dont know how to download file via source code like
using cffile action='upload'. could u help me ?thanks alot