I have the same issue
@using (Html.BeginForm(\"CreateRequest\", \"SupportRequest\", FormMethod.Post, new { id = \"f
Since you are creating the post of the data you will need to post the file data. see this post:
How can I upload files asynchronously?