Posts by JONATHAN MARQUES DA COSTA • 27 points
7 posts
-
-2
votes1
answer420
viewsQ: Clear field after Submit with Redux and Redux-form
Talk, guys, after catching a lot and having nowhere else to go, I came to ask for your help. My scenario is I’m with a form where the fields are the Fields of the Redux-Forms. I need, after Submit,…
-
0
votes1
answer24
viewsQ: Upload video files with Angularjs
I have a page where I upload the image files, pdf, xml, etc. On this page, I now need to upload video files too, I searched on some sites but I did not find examples of how to do, when I try to…
-
0
votes1
answer234
viewsQ: Authentication bearer Xamarin
Guys, I’m a beginner in Xamarin and I have a doubt about authentication in an API, when I am consuming via C# or Angularjs for example I can inform in the url the type of authentication (token saved…
-
1
votes0
answers169
viewsQ: Return list in an array - Webapi C#
Good guys. I need to return a list of courses linked to a particular student, this list will be consumed through the get of a Webapi. I have the classes "student", "course" and "cursoAluno" (tables…
-
0
votes2
answers1762
viewsQ: mascara Angularjs
I’m using AngularJS and in my form I have some fields that need masks, so far I have managed to do, I used the ui.mask. var app =…
-
1
votes1
answer252
viewsQ: finalize process
I am a few days with a dilemma here in my code, I am developing a routine that reads the data of a spreadsheet and populates the data in cshtml of the page, I am programming in MVC5 with Razor. the…
-
0
votes1
answer335
viewsQ: Load excel data on screen
I’m having a problem loading data from a spreadsheet on the screen (table). The system is done in C# MVC5 with Razor and Entity framework, I need the user to choose an excel file already filled and…