jasonkeller
Programmer
I am currently writing a coldfusion with access database web site. I am using a form and then posting that form information to another page for processing that contains an CFINSERT for all the info inserted into the database. It works fine.
Is it possible to use along with the CFINSERT, a <cffile action="UPLOAD" filefield="picture"
destination="d:" nameconflict="MAKEUNIQUE"> to tag along with the form information a large and thumbnail image?
I have the database generating an autonumber for every new entry from the form.
Is it possible to use along with the CFINSERT, a <cffile action="UPLOAD" filefield="picture"
destination="d:" nameconflict="MAKEUNIQUE"> to tag along with the form information a large and thumbnail image?
I have the database generating an autonumber for every new entry from the form.