From research I have found there are so many ways to upload files / documents from File server or from local desktop to SharePoint document library. There are lots of JavaScript available to achieve this goal.
But using these methods end user definitely becomes crazy.
Here I have used a very simple method which automatically uploads document from source folder to SharePoint document library.
Following steps we have to implement to use this method.
COPY “sourcefolder\filename” “destination (SharePoint Site)”
Copy c:\Pratik\*.* z:\Documents
On Windows XP machine
On Windows 7 machine
Suggations and feedbacks are always welcome J. Feel free to reach me n case of any issues.
Ed Price - MSFT edited Original. Comment: Formatting