Integrate cffileupload with cfform?
Is there a way I can use the multiple file upload capibilty of the cffileuplad tag on a cfform?
I need to be able to send form data (such as a email address) along with the files being uploaded.....I tried to add the cffileupload tag on the cfform, I hit the upload button on the cffileupload tag, and using the cfform tag, pointed the form action to the same processing page that the cffileupload tag uses......no luck....
Any idea how I can get the 2 to work together?
