Starting with Q3.2012 ManualUpload property is available.
By setting the ManualUpload property to true the user could start the upload when he/she wants.
When manual upload is used under IE 9/8/7 the upload module is IFrame.
In order to start the upload startUpload() method from the client side API of the RadAsyncUpload should be invoked. pauseUpload()
and resumeUpload() methods were added a bit later with Q1 2013. Keep in mind that pause and resume methods are supported only in browsers that fully utilize the HTML5 File API.
Select files and start the upload manually by clicking the "Start upload" button. You can also "Pause"
the upload process and "Resume" it by clicking the appropriate button.