strange error with upload files in asp.net mvc
- by user276640
i using upload form like this
using (Html.BeginForm("FilesAdd", "Admin", null, FormMethod.Post, new { enctype = "multipart/form-data" }))
it uploads files success except for mp3 files, i can't understand why?i use build web server in visual studio 2008