I am aware of the newly added "AutoUploadOnPostBack" property in the UploadManager. It's a great feature if it works as it's described.
I am wondering how to use this property.
E.g.
I have a Form with many buttons but only one upload button. I am intended to fire the upload process only when the upload button is clicked. So I set the "AutoUploadOnPostBack" to false and now the upload process won't be triggered by any buttons.
Then, I want to customize the click event of my upload button, say upload_Click. What are the codes I need put in to manually trigger the upload process?
Most appreciated.
Chen Yu