How to upload particular file types?
Posted
by kapil
on Stack Overflow
See other posts from Stack Overflow
or by kapil
Published on 2010-04-21T11:41:34Z
Indexed on
2010/04/21
11:43 UTC
Read the original article
Hit count: 555
asp.net-mvc
|fileupload
Hi all, I am using ASP.NEt MVC . I want to upload .zip files for which I am using html input file upload control on my view. I want only .zip files to be uploaded. Is there any way or attribute to specify and achieve this?
thanks, kapil
© Stack Overflow or respective owner