iOS: Get file's metadata
问题 I have an mp3 file on a server. I want to get this file's information like what's the size of this file, what's the artists name, what's the album name, when was the file created, when was it modified, etc. I want all this information. Is it possible to get this information without actually downloading the whole file? Using NSURLConnection or otherwise? EDIT: The following code doesn't give me the required information, i.e. file created by, artist name, etc NSError *rerror = nil;