Hi there,
I was curious if anyone had some example code where hitting the browse button and selecting a file will fire off an asynchronous upload of the file instead of having to hit an upload button. My goal is to upload up to say five files to a temporary place on the web server. Then the user will have to use a captcha button to actually submit the transaction. I'm assuming using session variables to write the temp files and then cleaning them up later. The captcha button whould kick off a process on the server side to deal with the files...
Thanks for any advice you can give..
Chris