I cannot see it being used anywhere? The ProfileController seems to do its own thing when it comes to files?
4 Answer(s)
-
0
Hi,
As per my understanding, It is use for handling file uploads and downloads.
Regards, Gunpal Jain
-
0
<cite>gunpal5: </cite> Hi,
As per my understanding, It is use for handling file uploads and downloads.
Regards, Gunpal Jain
Where is it being used in the sample template though?
-
0
Well, you can easily search in all files to see where it is being used, or may be search for all references. Just press ctrl+shift+f and type the Action Method name, e.g. "DownloadTempFile" you will get the list of files where it is being used.
Regards, Gunpal Jain
-
0
<a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/search?utf8=%E2%9C%93&q=DownloadTempFile">https://github.com/aspnetzero/aspnet-ze ... adTempFile</a>
When we search it, we used it for downloading excel files (for user list, audit logs and so on).