traversing a client directory in ASP.NET

G

Guest

I want to traverse to a client directory and show the clients directory and
files. Is there a way without using the the <input> tag? I mean dynamically
retrieving the directory information of the client browsing the web page?
 
G

gabe garza

Better yet, give me your e-mail address and I'll just send you my personal
files over to you.
 
S

Scott M.

No, there is no way for the server code to know anything about the client
file system.
 
S

Scott M.

It doesn't have to be a Java applet. It can be any client-side component
programmed to do the task. An ActiveX control can do it. The client-side
FileSystemObject can do it, etc. The point is, it can't be done with
server-side code.
 
M

Mark Rae

It doesn't have to be a Java applet.
It can be any client-side component programmed to do the task. An
ActiveX control can do it. The client-side FileSystemObject can do it,
etc.

Not if it needs to be cross-browser compatible...
The point is, it can't be done with server-side code.

Indeed, though that's not actually what the OP asked...
 
A

Alvin Bruney [MVP - ASP.NET]

Well, OP could always write an ActiveX control...

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 
S

Scott M.

Yes, I suggested that, but that ActiveX control would run on the client, not
the server.


Alvin Bruney said:
Well, OP could always write an ActiveX control...

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
Scott M. said:
No, there is no way for the server code to know anything about the client
file system.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,186
Latest member
vinaykumar_nevatia

Latest Threads

Top