Posts by gpaoli • 125 points
2 posts
-
1
votes2
answers45
viewsA: Save user values to C#files
I recommend storing in a text file in the format JSON. To work with JSON is very simple, from a look here: http://www.newtonsoft.com/json And there are plenty of examples on the site above and…
-
1
votes1
answer184
viewsA: Progress when requesting to download a file with Fileresult
Hello. I believe that asynchronously it would solve. Open a thread on the server and download the file to a temporary directory Download by controlling progress. See:…