macromedia.coldfusion.cfml_general_discussion
[Top] [All Lists]

Re: cffile upload

Subject: Re: cffile upload
From: "trojnfn" <webforumsuser@xxxxxxxxxxxxxx>
Date: Tue, 30 Oct 2007 16:33:59 +0000 (UTC)
Newsgroups: macromedia.coldfusion.cfml_general_discussion

In my action page to do the upload, I just have this : 

 <cffile action="upload" 
 filefield="upload_ file_name"
 destination= "d:\inetPub\ wwwroot\Receivin gDiscrepancies\ test_folder\ "
 nameconflict= "makeunique" >

 Do I add #ref_no# so that filefield="#ref_no#upload_file_name# ? I added this 
to the input field also and it did let me browse and locate a file, but when I 
submit, nothing happens.


<Prev in Thread] Current Thread [Next in Thread>