Question
multiple file upload
Hi all,
http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/#comment-173
This link show how to do multiple upload files, very nice...
The front-end is done as the example in coldfusion, but the back-end is my
problem.
In my page I have get method and can't figure out how to get the file names
from the url.
When I submit the page looks like
http://mywebpage/uploadfiles.cfm?file_2=&file_1=sample1.doc&file_0=sample2.doc&upload=upload
How can I get the names so I can pass to my cffile upload action?
Tks in advance
JFB
http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/#comment-173
This link show how to do multiple upload files, very nice...
The front-end is done as the example in coldfusion, but the back-end is my
problem.
In my page I have get method and can't figure out how to get the file names
from the url.
When I submit the page looks like
http://mywebpage/uploadfiles.cfm?file_2=&file_1=sample1.doc&file_0=sample2.doc&upload=upload
How can I get the names so I can pass to my cffile upload action?
Tks in advance
JFB