I have a class that needs to read in a binary file (jpgs/gifs) from the directory location and return the binary file - not the path to the file. I've searched online, .net studio documentation and havent found any examples of how to do this. I've found a few examples how to read binary data from a database, but nothing on reading it from a file and then returning the file itself.

thank you
brian