If we were to map a drive to the user running the service tier would the service tier then be able to read files from the mapped drive? I am asking becasue if it could, I would no not need to upload files unless they were local files on the client machine.
0
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
I'm also not totally sure a service login would run a login script to map drives. Mapping the drive at the computer console does not map it for the running service. No different than having 2 users connected to an RDS box. If user A maps a drive, user B don't see it.
Sounds like this is not possible. Next question is how to figure out when to upload and when not to. If the service tier has access to the file then no need to upload it. I was thinking of doing a
if not file.exists then upload type of thing.
jwilder@stonewallkitchen.com
No need for paths.