strange error with upload files in asp.net mvc

Posted by user276640 on Stack Overflow See other posts from Stack Overflow or by user276640
Published on 2010-03-22T20:50:18Z Indexed on 2010/03/22 20:51 UTC
Read the original article Hit count: 325

Filed under:
|
|
|
|

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

© Stack Overflow or respective owner

Related posts about upload

Related posts about asp.net-mvc