I am using CFDIRECTORY to display the contents of any selected directory in a form. Each filename is loaded to an array and has a checkbox next to it, so that it can be marked for deletion, the value of which is also assigned to an array.
I am then attempting to pass the 2 arrays to another...