Hello All,
I am writing my first ASP.Net 2.0 app. I need my users to be able to upload their resume to the website. However, I don't want them to be able browse other people's files on the server. Can anyone give me some hints on how to create and secure these folders so that my code-behind can access these files but keep them away from prying eyes?
On a related issue, I also want the users to be able to upload images that they can then insert into text they will be creating using the FKeditor control. I want the user to see all of the images they have uploaded, but I don't want them to be able to see anyone else's images. I expect this is similar to the first question, but in this case I will need to be able to allow the user to browse their personal directory containing the images they have uploaded.
As always, thank you very much for your assistance --- I don't know what I would do without you guys! ...
Go to the complete details ...