Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search Files on client side
Message
From
12/01/2002 15:13:44
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00603930
Message ID:
00603961
Views:
27
>Yes, i mean client side....sorry...to many hours of work.
>
>That is my code.
>But only return to me, the files on the server machine and thats no good for me, cause i wanna be able to know the files from the client machine.
>
>
>Set oFSO=CreateObject("Scripting.FileSystemObject")
>
>set f = oFSO.GetFolder("c:\")
>
>Set fc = f.Files
> For Each f1 in fc
> Response.Write(f1.name & chr(13))
>
> Next

I never did something on the client side but I know there is a proper syntax to use so it'll be executed on the client side. Well, I did do this, but it was two years ago. Your code might be mostly good as is. It's just a syntax that you need to indicate that this has to be executed on the client side.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform