Hi
In my project there have a part is file share,user can upload some file to the server,then other user can view ,He can directly open the file with browser or save it to local computer, Right now i facing problem on save file ,If i use System.IO provide
functions i will facing security problem.And if i use IsolationStage funcitons i even do not know where the file have been saved ,so the user don't know where to find the file also.
Does there have some solution.
Thanks