I want to use the ajaxFileUpload control from within a Formview, that means the user will be able to select the files but only when she Update the Formview the upload will start.
I need to hide the Upload button of the ajaxFileUpload control and then command the ajaxFileUpload control to start the upload from the Formview_itemUpdated method.
Need help of how can I achieve this ?
Other approach is welcome.