Hey I am currently working on a project and I have the following problem. I have a database that has a hashed name of a file stored in it along with the original name of the file. The files themselves are stored on a server in their hashed name however. So I need (on request), to get each requested file from the server, then rename the file based on the original name of the file that is stored in the database. This would not be hard, however sometimes there can be more than 100 files requested and each file is in a hierarchy that can easily be different like section A
Thank you!