Posts by JeanKBN • 31 points
3 posts
-
2
votes1
answer552
viewsQ: Store digital certificate on Server
I am creating an application that will work and manage digital certificate of customers. The idea is to import the customer’s certificate and I leave available subscription and transmission methods…
-
1
votes1
answer1994
viewsQ: Upload and files using Rest API
I am creating an end-point to upload a file in the format (.txt) but my entity does not consist only of the file. There are other attributes, so I need to send a json this way to the server : {…
-
0
votes2
answers78
viewsA: Failed to make a database change
Do a theparam between database and your update so you can identify which field is causing the conversion error. One technique I use in this case is to take a piece of the update and leave few fields…