Blockland Forums > Modification Help
Writing binary data from file to network connection
DontCare4Free:
Is this possible?
If so, how?
DrenDran:
I believe it'd literally be the same exact meathod as text for all intents and purposes.
But the value 0 can't be written.
Also, I made a binary data libary, maybe I still have it.
Ipquarx:
It's possible, IF you have a converter.
I did make a compression library that compresses 2 numbers into 1 symbol, which is sort of like what you're asking for.
But writing custom bits is not possible, You'd need to use another programming language like C# or C++.
DontCare4Free:
--- Quote from: Ipquarx on November 27, 2011, 09:55:34 AM ---It's possible, IF you have a converter.
I did make a compression library that compresses 2 numbers into 1 symbol, which is sort of like what you're asking for.
But writing custom bits is not possible, You'd need to use another programming language like C# or C++.
--- End quote ---
So it isn't possible to, for example, upload images to a website?
Ipquarx:
--- Quote from: DontCare4Free on November 27, 2011, 09:59:02 AM ---So it isn't possible to, for example, upload images to a website?
--- End quote ---
The only way I can think of doing that is by uploading a link to the picture you want to upload, and then have the server download it from the URL.