Made an ASP.NET web application which receives a file using file upload control and then encrypts file name on upload.
But when I redirect a user to file_address (so this user can download the file) I don't know how can i decrypt the file name now? because a file (for example a .docx
file) doesn't have code behind.
So when the user downloads the file He/She receives a file with encrypted name!
All files in the server have a encrypted name and not their original name And What i want to know is how to give files their original name when users download files