Browse folder on client machine?
-
Hi, Is there any way to allow users to browse their folders, and on select list all files in that folder in listbox through asp.net web page. Rams.
Be simple and Be sample.
ramskr wrote:
Is there any way to allow users to browse their folders
Totally depends on the client. You can't force client for allowing your code to access his machine . For browsing the client folder you should have appropriate permission to do the task
ramskr wrote:
on select list all files in that folder in listbox through asp.net web page.
If the Folder is browsable(with proper security permission) then you can read all files and Even you can upload them
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
ramskr wrote:
Is there any way to allow users to browse their folders
Totally depends on the client. You can't force client for allowing your code to access his machine . For browsing the client folder you should have appropriate permission to do the task
ramskr wrote:
on select list all files in that folder in listbox through asp.net web page.
If the Folder is browsable(with proper security permission) then you can read all files and Even you can upload them
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
What is the appropriate permission that you refer? How could I make one folder as such permission and allow users to upload those folder files to server.
Be simple and Be sample.
ramskr wrote:
How could I make one folder as such permission and allow users to upload those folder files to server.
Is your application based on a predefined set of clients ? Then only you can do this ...
printf("Navaneeth!!") www.w3hearts.com
-
ramskr wrote:
How could I make one folder as such permission and allow users to upload those folder files to server.
Is your application based on a predefined set of clients ? Then only you can do this ...
printf("Navaneeth!!") www.w3hearts.com
-
Yes, my application will have predefined set of clients. If so, how could I provide permissions.
Be simple and Be sample.
I am not sure about what I am telling. Goto the folder properties in client machine. Then allow ASP.NET user account to access the folder and give read write access.
printf("Navaneeth!!") www.w3hearts.com
-
Yes, my application will have predefined set of clients. If so, how could I provide permissions.
Be simple and Be sample.
if you have to only read the files then give read only permission or if you are going upload files then will have to give read and write permissions Better if you give ASP . NET MAchine Account and Debugger Users of your sever machine
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
I am not sure about what I am telling. Goto the folder properties in client machine. Then allow ASP.NET user account to access the folder and give read write access.
printf("Navaneeth!!") www.w3hearts.com
IMO, I dont think so as ASP.NET user account is the accont on webserver...so how you can grant permission for the folder which is at client side? << >>
-
IMO, I dont think so as ASP.NET user account is the accont on webserver...so how you can grant permission for the folder which is at client side? << >>
enjoycrack wrote:
so how you can grant permission for the folder which is at client side?
He already told he is having a predefined set of clients. So why don't he give permission on the client ?
printf("Navaneeth!!") www.w3hearts.com