You can't just pass the full file path in a hidden field then upload the file.
I think this is something to do with security...
:)

If you want to upload multiple files then you'll either need mutliple file fields, or you'll need to upload them sequentially.

HTH
Bert

From: cf coder [mailto:[EMAIL PROTECTED]
Sent: 07 May 2004 17:48
To: CF-Talk
Subject: Re: cffile upload question

I'll try and explain this better. I have a form on the main page. The form has a button that opens up a pop-up window. The pop-up window has the input type 'file' field. I have added code to allow users add more than one file at a time. I am not uploading the file to the server at this stage. Instead I am passing the list of files selected along with the complete file path back to the parent window. The parent window has a submit button. When the user hits on submit. I am looping through the list containing the file paths and want to upload them one by one to the server using the cffile tag.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to