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]

Reply via email to