Array from folder of images [on hold]
Array from folder of images [on hold]
I've got a folder on a web hosting that I've set up to accept images from users. I'm trying to work out if there is a way to sort my files dynamically a json array or something I could use with JavaScript. I am a very new coder and am sorry if this is a dumb/obvious question.
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
glob
Just any way I could accomplish some way of putting it together without manually entering all the data.
– Jodey
Jun 30 at 6:45
yes you can do it by
glob function– C2486
Jun 30 at 6:46
glob
Thank you! I'll check it out.
– Jodey
Jun 30 at 6:49
do you want file name and sort them ? then you can do it by
glob– C2486
Jun 30 at 6:44