Click here to Skip to main content
15,885,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

IN the same form if I have begin form with enctype to Import excel sheet and above that there is another ajax.begin form then it works fine.

But if the Ajax form is below the enctype i.e. ( @using (Html.BeginForm("Clients", "Admin", FormMethod.Post, new { enctype = "multipart/form-data" })))

then it is not working fine in Mozilla but working fine in internet explorer.

Please help me out this is the serious problem which I am facing from long back.

Thanks in advance.
G.Pavan kumar
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900