<cffile action=""
  filefield="file_#pointeur#"
  destination="C:\uploaddir\"
  nameconflict="MAKEUNIQUE">

> -----Original Message-----
> From: CFDEV [mailto:[EMAIL PROTECTED]
> Sent: dinsdag 15 juni 2004 19:30
> 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]

Reply via email to