I am having trouble with turning this code into an Ajax form
. How would I go about doing so?
@using (Html.BeginForm("", "CollaborativeProjects", FormMethod.Post, new {enctype="multipart/form-data"}))
{
<input type="file" name="FileUpload1" /><br />
<input type="submit" name="Submit" id="Submit" value="Upload" class="btn btn-primary" />
}