I'd like to use an ASPxUploadControl in the following way:
* User clicks an ASPxButton
* User is prompted to select a single file
* File is automatically uploaded to server and processed
What I'd really like is to simulate clicking the "Browse" button on the ASPxUploadControl from the "Click" client-side event on the ASPxButton - so the user would click the ASPxButton, which would be essentially the same as clicking "Browse…". The file is then selected, and then the TextChanged or FileInputCountChanged events could be used to automatically trigger an .Upload().
However, I can't find any way of invoking the "Browse…" process client-side. Is this possible?
Alternatively, is it possible to hide the selected files name in the ASPxUploadControl? All I really want is the "Browse…" button; the user doesn't need to see the name of the file they've selected.