This example shows how to use the Upload as a direct replacement for <input type='file' /> form elements.
<input type='file' />
In this mode the upload is executed as part of the form submit. No dedicated action methods are required.