Posts by Gladson Reis • 15 points
3 posts
-
-1
votes1
answer114
viewsQ: Microsoft.AspNetCore.Spaservices.Extensions. Does not exist
I just installed VS2019 into my new machine. And to test, I created a simple project. I noticed you no longer have the . net 3.1 but the 5. But my projects are in version 3 and I need them to…
-
1
votes1
answer72
viewsQ: How to create a complex Tjsonobject/Tjsonarray with XE2
I need to create a complex Json, with several objects, and each object will have items; { "Pedidos": [ { "CodCad": "1286", "CodForPag": "15", "CodCndPag": "43", "CodUndAdm": "1", "DatEmi":…
-
0
votes1
answer233
viewsQ: Uploading files (images) in ASP.net does not send the image
I can’t send images (banners) in my Asp.net application My controller : [HttpPost] [ValidateAntiForgeryToken] [ValidateInput(false)] public ActionResult Save([Bind(Include =…