Hi all
I would like to programmatically set the file path and name for upload so the user does not have to browse for the file. In my application the user goes to a web page and does some image work that generates and image which is saved locally, always to the same path and file. I would like the user to then simply click Upload rather than having to browse for and select the file.
If this is not possible due to security issues on the browser, are there other options you can suggest? Maybe some other kind of upload (http post?) that can be tied to the progress monitor?
Thanks
Mark
I would like to programmatically set the file path and name for upload so the user does not have to browse for the file. In my application the user goes to a web page and does some image work that generates and image which is saved locally, always to the same path and file. I would like the user to then simply click Upload rather than having to browse for and select the file.
If this is not possible due to security issues on the browser, are there other options you can suggest? Maybe some other kind of upload (http post?) that can be tied to the progress monitor?
Thanks
Mark