0
Can a folder containing all the images be chosen?
when creating the image slide, won't be much easier if the image folder is chosen??
4 Respuestas
+ 4
You can't access server folder using client side js. You have to use nodejs or php!
+ 4
You have to use a server side language if you wanna access a folder on your server.
You could use php glob("path") function to list all images in a folder (if it's what you want to do)
0
for the slide show?
0
thanks