[thelist] Extract Data from MP3 in Classic ASP

Fred Jones fredthejonester at gmail.com
Tue Mar 9 06:10:41 CST 2010


> I'm a bit confused here... MP3 files usually hold audio, not images or
> video?

MP3 files are audio data but can also hold metadata, i.e. tags. Among
the data that can be stored is images. See here
http://www.mp3tag.de/en/ . Note where it says "Support for Cover Art."
I think that's what we're talking. Not 100% sure.

> As for differences between ASP classic and .NET is that classic files end
> in .asp, and .NET files end in .aspx, .asmx, and a range of other .___x
> files. Also, ASP classic files are uploaded to the server, like PHP, and
> ASP.NET is compiled to a bunch of DLL files and then deployed (from what I
> remember).

Then it's for sure Classic. It's just .asp.

F


More information about the thelist mailing list