We have .bmp
files (2M per file) which are stored in Sybase as long binary
. we need to retrieve them from database and send to client for display via WebService
.
Do we have to do some encoding to pack data before we put them onto the internet?
how to choose the encoding? thanks,