RE: CFFILE - multiple file uploads

2006-01-03 Thread Las Selasor
THANKS GUYS!! The problem is fixed!! >From: "Adrian Lynch" <[EMAIL PROTECTED]> >Reply-To: cf-talk@houseoffusion.com >To: CF-Talk >Subject: RE: CFFILE - multiple file uploads >Date: Tue, 3 Jan 2006 17:41:09 - > >You'd get a different error messa

RE: CFFILE - multiple file uploads

2006-01-03 Thread Ian Skinner
I don't think this is going to work. But there I think there are some syntax problems. I think this line needs a value parameter. You have a dynamic name for the field, but no value for it. But this may be the Achilles heel of this process. IIRC you can not dynamically set the value of fil

RE: CFFILE - multiple file uploads

2006-01-03 Thread Adrian Lynch
Sent: 03 January 2006 17:32 To: CF-Talk Subject: RE: CFFILE - multiple file uploads Make sure your form enctype is set properly -Original Message- From: Las Selasor [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 12:26 PM To: CF-Talk Subject: CFFILE - multiple file uploads H

RE: CFFILE - multiple file uploads

2006-01-03 Thread Bobby Hartsfield
In your cffile tag, you are telling cf to upload a file it found in a field called "filename" (not the name it finds in a variable called 'filename') so it's looking for a file field called 'filename' every time it loops. Try this for starters... ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby

RE: CFFILE - multiple file uploads

2006-01-03 Thread Adkins, Randy
Make sure your form enctype is set properly -Original Message- From: Las Selasor [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 12:26 PM To: CF-Talk Subject: CFFILE - multiple file uploads Hi everyone, I know there is a lot of talk on this tag but I searched for several hours

RE: CFFILE - multiple file uploads

2006-01-03 Thread Adrian Lynch
You need to output the variable, instead you have it as filename: Ade -Original Message- From: Las Selasor [mailto:[EMAIL PROTECTED] Sent: 03 January 2006 17:26 To: CF-Talk Subject: CFFILE - multiple file uploads Hi everyone, I know there is a lot of talk on this tag but I searched f