Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search Files on client side
Message
De
12/01/2002 15:13:44
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00603930
Message ID:
00603961
Vues:
31
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform