S
sonu
In my asp.net application i need to run my application on client
machine search for the files on client machine and save those files in
database.But when i run my application it searches for the file on the
pc where where i am developing the application.
The code for the path which i gave is:
dim path as String="d:/fileserver/img.gif"
I want my application to search the files on the client where it is
running.
How can i do that?
machine search for the files on client machine and save those files in
database.But when i run my application it searches for the file on the
pc where where i am developing the application.
The code for the path which i gave is:
dim path as String="d:/fileserver/img.gif"
I want my application to search the files on the client where it is
running.
How can i do that?