About EXIF, i cannot use it. As i wrote below, it's not installed on my hosting. And they will not at this point.
I want to build a gallery.
I want to use information such as title, description, creation date of image (file properties) to bring information to the page.
I dont want to use sql at this point.
I now found about IPTC that i might use.
Reading and checking now.
May be there is more easier solution?
As i wrote, i need to deliver image information to the page. such as title, description and date (for example) without using database or long filenames.
once you follow the advice in post #2 we can help you with any trouble you may encounter, but you did not look into exif via javascript if you think it has something to do with a server. you said the image is being served, that means the exit is as well. itpc is a simply subset of exif designed for AP images. if your images have itpc, they have exif, and if you have exif, you can use binary ajax to fetch the raw data from the image file. look into it.
Bookmarks