I'am reading a file through sockets, Is there a way that I can extract a file name, extension?
byte[] fileBytes; // filled byte[] array, how to extract info about file?
I'am reading a file through sockets, Is there a way that I can extract a file name, extension?
byte[] fileBytes; // filled byte[] array, how to extract info about file?