JavaScript Images (Advanced JS)?

Astano

New member
I need a way to view the contents of a picture folder on a local drive using just JavaScript and HTML. Basically i have some pics in a folder and i want to display them on the page, without having to link to each one specifically. It's for a project I'm doing on the PSP, any help will be credited, thank you.
You can use JavaScript to access files on the PSP, remote or not, i know this because I've hosted files which read .js files on the PSP. The point is i was opening a specific address and didn't have to worry about file names, now i just want to display all pictures in a folder. Which i can only archive through specific address'. I want something that will just find all pictures and display them, which is possible on a PC just doesn't work on a PSP with the script i used.
Thanks for being so specific with the PHP code, however I need JS, i can't use PHP on the PSP.
 
Back
Top