Hi all,
i am very big confused with my problem.
i am developing one page, in this page i have fileupload option in this option i have "allowmultiple" attribute it is working fine in my system
while uploading this page in server i am not getting "allowmultiple" attribute .
based on the above option i want to execute multiple file uploading event.
foreach (HttpPostedFile postfiles in FUAttchmnts.PostedFiles)
{
}
my system is windows-7 professional, visual studio 2013 with target framework 4, html5
my server is windows server 2012 R2 , visual studio 2013 with target framework 4,html5
after searching on internet i have found "allowmultiple" attribute working only above 4.0. but its working on my testing system..
is there any solution please help me
Thanks in advance