Question
Updating a DB with Excel file via fileupload
I want to upload a file via a web interface and then take that file and upload a table with it. Do I have to upload the file to my server and then read it to update my db 2 steps or can I do it in 1 step, upload/read/update? Using CF9.
