how to list images from an http folder ?
in
Programming Questions
•
2 years ago
Hi,
I try to list the files from an http folder in order to know if they are images or not before trying to load them using requestImage and i'm quite stuck. I've tried with the file class but seems that it doesn't work over http.
I can have the html code using the processing net library but i'm not sure how to list only images to get their names.
Does i have to use a lib like prohtml or jsoup for that purpose ?
Any help greatly appreciate.
1