Posts by Thiago Santos • 21 points
2 posts
-
0
votes0
answers382
viewsQ: Bootstrap File Input with Asp.net MVC
I am using Bootstrap File Input (http://plugins.krajee.com/file-advanced-usage-demo) in my Asp.Net MVC project but it has a bug that when I add some file and then add another one it keeps showing on…
-
2
votes2
answers515
viewsQ: Parameter query string Asp.net MVC
I need to avoid in ASP.Net MVC that a user simply changing the page URL has access to other data. Example, it can access the page www.dominio.com.br/usuario/1 and I need to block him from simply…