I trying to take an image file which is present in some folder of local machine and trying to load it inside a server.
If i give the path its trying to access the server path,not the local machine's path where the actual file is present, this works fine when apllication is running in the same machine.
How can i copy/cut the local machine files where the application is being accessed to the server where the application is running?