delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
abstract:

I know how to do this with php server side code, but this needs to be able to run on a memory stick.
I appreciate any help.
P.S. Is Javascript the best way to do this?


I need to make a page that will make a list of all the files in its folder and display the names of the files on the page.  It needs to be able to work offline.
I know how to do this with php server side code, but this needs to be able to run on a memory stick.
I appreciate any help.
P.S. Is Javascript the best way to do this?

TOP

You are going to have to using batch file, java or C+ compiled program to do something like this.  Only server side web languages (or which you will have none installed) can access thier local drives, and JS isn't allowed anywhere near the file system.

TOP

What is the learning curve like to get this done?  All of my experience is server side, which is useless here, as you said.
Originally Posted by Ebot
You are going to have to using batch file, java or C+ compiled program to do something like this.  Only server side web languages (or which you will have none installed) can access thier local drives, and JS isn't allowed anywhere near the file system.




I know how to do this with php server side code, but this needs to be able to run on a memory stick.
I appreciate any help.
P.S. Is Javascript the best way to do this?

TOP

Back Forum