I need a script to be able to read certain bits of a file opened in binary mode. This is to take place on my web page.
(Host=Win2k, no PHP, custom modules or dlls)
Ok, the real reason is to be able to read the actual bits, (not bytes) that indicate what the bitrate and frequency are in an mp3 file posted on my web page, and list them on my webpage. Simply hard coding the given bitrate, frequency of the mp3 file on the page is not an option.
Ive looked into asp-vbscripts and it appears not to be possible without the aid of custom dlls (Which my host will not support)
Is this possible to do with CGI, Perl or anything else?
Thanks
(Host=Win2k, no PHP, custom modules or dlls)
Ok, the real reason is to be able to read the actual bits, (not bytes) that indicate what the bitrate and frequency are in an mp3 file posted on my web page, and list them on my webpage. Simply hard coding the given bitrate, frequency of the mp3 file on the page is not an option.
Ive looked into asp-vbscripts and it appears not to be possible without the aid of custom dlls (Which my host will not support)
Is this possible to do with CGI, Perl or anything else?
Thanks