1.

How To Upload A File Using Coldfusion?

Answer»

By using cffile tag, we can upload a FILE to the server.

A TYPICAL cffile syntax is:

<cffile action="upload" 
fileField="fileUpload"
 DESTINATION="C:DOCS">

By using cffile tag, we can upload a file to the server.

A typical cffile syntax is:

<cffile action="upload" 
fileField="fileUpload"
 destination="C:docs">



Discussion

No Comment Found