Thanks to Pascal, problem solve...


Patrick

  _____  

From: Joe Rinehart [mailto:[EMAIL PROTECTED]
Sent: June 15, 2004 14:09
To: CF-Talk
Subject: RE: File upload question

Can you resend this with your attributes and error message?

-Joe

-----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]

Reply via email to