This question is locked. New answers and comments are not allowed.
Lets say i have database table in which i store user images. Every image have Unique User and Unique Folder ID.
So for example, for User = x and Folder = y i have results like
"ID=1, Title=Test, User=x, FilePath = file.jpg"
I generate image src with this informations: <img src="cdn.domen.com/upload/userid/filepath"
So the main thing here is, can i make folder selection to be avaible only on Folder Name, and depend of that folder i render custom html made n my code depend of my folder images..?
So when he select folder "Test" i render some html made with cdn urls?
So for example, for User = x and Folder = y i have results like
"ID=1, Title=Test, User=x, FilePath = file.jpg"
I generate image src with this informations: <img src="cdn.domen.com/upload/userid/filepath"
So the main thing here is, can i make folder selection to be avaible only on Folder Name, and depend of that folder i render custom html made n my code depend of my folder images..?
So when he select folder "Test" i render some html made with cdn urls?