Reading File
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, How can read file located at the C:\ Drive of cleint using FileSystem object Thanks in Advance Dana
-
Hi All, How can read file located at the C:\ Drive of cleint using FileSystem object Thanks in Advance Dana
There is no FileSystem object. There is a FileSystemObject object. You can't read client files using the FileSystemObject object. On the server side (ASP) you can of course not read client side files. On the client side (Javascript) you have no access to the file system.
Despite everything, the person most likely to be fooling you next is yourself.