I have the following code for uploading a file in my site:
@using (Html.BeginForm(\"UploadProfileImage\", \"Member\", FormMethod.Post, new { @encType = \"mul
The file upload control supports onchange event. Hope that can be used to trigger the upload
onchange