Cannot work
InputStream, OutputStream. InputStream, OutputStream. In principle, you think, why don't people just manipulate files as files in applications. I upload a file, therefore I deal with a file, which I can therefore insert on the server's filesystem. But NO, the file you get is in fact an abstract mass of bytes with headers, and which needs to be invoked as an InputStream to be usable by a program, and if you need to save it somewhere, you then need to convert it to an OutputStream, which will then be taken and saved where a file can be created... (and nicely enough, some frameworks from a file uploaded will even give you the bytecode to be directly used in an output stream) Why isn't computing like in Tron, or worse, like in Swordfish? T_T
(I always liked 'Eugenie' as a daughter's name - b/c it reminds me of Imperatrice Eugenie, Napoleon III's wife, and on whom everyone seemed to have a crush on (including the sovereign of Egypt). It's ancient enough to be a hit for people of my generation to name their kids after. Like 'Rose' or 'Ada'. Or 'Rosaire' for a boy's name? Hmm. In fact, I'd like Chinese names best. Give me a moment to think about this...)
Leave a comment