How do i write the binary i retrieve from sql into files which i can append into WMP control? Need help urgently. Anyone here is able to help or direct me to any site/forum please. All helps greatly appriciated. Thanks and regards
the FileStream does NOT know what extension the file should have. The FileStream doesn't care; all it sees are bytes. It will give the file whatever extension you tell it to. It's YOUR data. It's up to YOU to know what the appropriate extension is.And how does the file stream knows what file extension it is?