Hey all. I tried reading past posts and they were a little helpful, but could use a specific answer here. I want to detect how many files are in particular folders on the server using client-side javascript. My naming convention is "1.jpg, 2.jpg" etc...
I noticed advice to loop until error or until no error AND advice to use "onError" when using such a loop...I have only general ideas and have never seen how to do this (I know how to use loops, just not with this particular case)...
Can someone please show me a specific script example of how to find the highest numbered *.jpg in my folder? Thanks.
I noticed advice to loop until error or until no error AND advice to use "onError" when using such a loop...I have only general ideas and have never seen how to do this (I know how to use loops, just not with this particular case)...
Can someone please show me a specific script example of how to find the highest numbered *.jpg in my folder? Thanks.