Hello:
I have a quick question to ask.
A transcription company wants to be able to upload and download files. They have 20 doctors who use their service. They want each doctor to have their own directory on the server. They want the transcription person to upload the appropriate file to the appropriate directory for the appropriate doctor.
My question, is it possible to write a script which will accomplish what I described?
I have a script which allows me to upload files to a single directory. I don't know how to go about modifying the script to allow for properly placing files into different directories.
I thought of two options but I think they have a major disadvantage.
The first option was to write an upload script for each doctor. The second option I thought was writing a script which used the "case" function and the apply it to the upload script.
The disadvantage I see with both is that it would be a maintenance nightmare. The scripts would have to be edited everytime a new doctor comes on board or a doctor who leaves the service.
The script should be able to account for all this without any other intervention.
Can someone help me out?
Thank you in advance.