Currently, I am developing an iPhone application that is capable of reading PDF files stored in a folder on a web server. I have successfully implemented the feature that allows the app to read PDF files, but now I am faced with the challenge of loading all PDF files from http:/www.blabla.com/pdf. I want the app to automatically load any new PDF file that is uploaded.
Is this feasible? Does anyone have suggestions on how this can be accomplished?