How to upload files with paths stored in Coldfusion structure
Hello,
I have a bit of a challenge I have yet to find a solution for.
I have a Coldfusion 9 application with a SQL Server backend.
I have the user entering mulitple items and as they enter them, they are stored in a Session Structure. One of elements of each of the items they are entering is a file. Therefore the path to their file is what gets stored in the structure.
When they are all done, they click the "next" button which is supposed to take them to a screen that then uploads all the files related to the items they were entering.
My customer has indicated he really does not want the file load process to occur until all the items have been entered and then he wants them to see progress bars as the files load.
Anyone have any thoughts or suggestions around this? I am a little stuck. Thanks!!
DMX
