Are you sure all 10 fields are populated with information to
process the fileupload function?
-----Original Message-----
From: CFDEV [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 15, 2004 1:30 PM
To: CF-Talk
Subject: File upload question
Hi,
I have a list of form field file :
<form>
<cfloop index=pointeur from=1 to = 10>
<input type=file name="file_#pointeur#>
</cfloop>
</form>
When I try to uplaod those file on the other page with
<cfloop index=pointeur from=1 to=10>
<cffile action="" file=evaluate(form.file_pointeur)>
</cfloop>
It doesn't work? (I omit some of the code and attribute because i'm lazy ;))
Pat
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

