Answered
uploading multiple files
Hello - I have a CF form that allows users to upload two
files, a document and a photo:
Upload document: <INPUT NAME="upFileName" SIZE="30" TYPE="FILE">
Upload photograph: <INPUT NAME="upPhotoName" SIZE="30" TYPE="FILE">
I need to store both the name of the document and the name of the photo in an MS SQL database. However, if I insert to the database using the #File.ServerFile# variable, only one of the file names is stored, of course. What is the best way to have two different variables representing the two different files? Thanks!!
Upload document: <INPUT NAME="upFileName" SIZE="30" TYPE="FILE">
Upload photograph: <INPUT NAME="upPhotoName" SIZE="30" TYPE="FILE">
I need to store both the name of the document and the name of the photo in an MS SQL database. However, if I insert to the database using the #File.ServerFile# variable, only one of the file names is stored, of course. What is the best way to have two different variables representing the two different files? Thanks!!
