hi,
my application reads a file by using <input type=file> tag. in other words i get the local path of the file to be read. now the problem is that when i run this app on a network due to local address the server doesnot find the file.
how can i change the local path to remote path, or do i have to send this file to the server for processing. please help.
my application reads a file by using <input type=file> tag. in other words i get the local path of the file to be read. now the problem is that when i run this app on a network due to local address the server doesnot find the file.
how can i change the local path to remote path, or do i have to send this file to the server for processing. please help.