Results 1 to 4 of 4

Thread: [RESOLVED] Jquery list files on a folder

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2009
    Posts
    233

    Resolved [RESOLVED] Jquery list files on a folder

    is it possible to list all the files on a folder using jquery?

    Thanks.
    The taller the bamboo grows the lower it bends...

  2. #2
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Jquery list files on a folder

    You would do it with standard JavaScript/DOM but only one browser supports it so far. I would say no at this point, but yes sometime in the future once all browsers have implemented the API.

    http://www.html5rocks.com/en/tutorials/file/filesystem/
    http://caniuse.com/#search=FileSystem
    http://html5please.com/#FileSystem
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2009
    Posts
    233

    Re: Jquery list files on a folder

    Thanks tr333 for your reply,I think PHP can do this job.
    The taller the bamboo grows the lower it bends...

  4. #4
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Jquery list files on a folder

    Erm... php doesn't run client-side in the browser...

    or were you asking about server-side? In either case, it has nothing to do with jQuery...
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width