I use fileuploader Jquery, I tried to form defined as follows:
<Form enctype="multipart/form-data" action="<%:Url.Action("Edit","Ticket")%>" method="post" > using
(Html.BeginForm("Edit","Ticket", new { ticketOnEdit = Model }, FormMethod.Post, new { enctype = "multipart/form-data" })){} Each of these ways is defined html form:
<form class="MultiFile-intercepted" method="post" action="21359" id="form1"> I do not have a parameter:
enctype="multipart/form-data"
How to solve a given problem, if someone can let me show what went wrong?