I am running a web-server that pulls information for a file located on the users hard-drive the parses the data and puts it into a database. I have my server set up with the standard CF upload code, and it works great. My question is this...
Is there a way for this to happen automatically. Like, once the user selects the file the first time, CF will automatically upload the file from their hard-drive to get the latest updates to the file. I've tried filling in the <cinfpunt type="file" value="#session.user_file#".....>
but CF doesn't fill in the file location. I've also tried using an input without the " type='file' " attribute, and CF won't accept it.. says it wasn't a file.
If I have to use javascript to do this, that's not a problem.
Is there a way for this to happen automatically. Like, once the user selects the file the first time, CF will automatically upload the file from their hard-drive to get the latest updates to the file. I've tried filling in the <cinfpunt type="file" value="#session.user_file#".....>
but CF doesn't fill in the file location. I've also tried using an input without the " type='file' " attribute, and CF won't accept it.. says it wasn't a file.
If I have to use javascript to do this, that's not a problem.