Javascript reading a directory
Hey,
I have searched the forums and almost half of the web via google, but I am still no closer to finding an answer.
In PHP, you can use the opendir() and readdir() commands to open and read a directory. Are there any equivilant operations in Javascript which I can use to the same affect?
Thanks,
BorgKiller
Re: Javascript reading a directory
No, JavaScript is intended only to deal with the client, not the server.
Re: Javascript reading a directory
Thanks, looks like I will be using PHP for it.