'How do I copy a file from a one to another network drive using a website

I have a webpage where I generate some pdf in the local drive using WAMP. I am trying to copy that file to a separate network drive. My code works when I run it in my local disk using a bat and python file. However when I try to do it on a webpage it does nothing. I am using cgibin for my WAMP server.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source