Simple Theorical Question :
To Upload a File to the Server Using Php , i choosen this Mechanism(if Possible) :
Read Bytes of the File , Put it in a String as Simple Text , then Post it to the Server as a Simple Text Message($_REQUEST) , Then write this 'Text' to a New File on the Server ,
So my Question is :
How can i read Bytes of a File and Store it in a String/StringBuilder 'As they are' as Simple Text ?