How could I upload text at textarea in html???? I'm doing with eGovFrameWork.
┌───────────────┐
│hello world!!! upload.png│             <-textarea
└───────────────┘
<html>
    <head>
        <title>HelloWorld</title>
    </head>
    <body>
        <center>
            <textarea cols="50" rows="10" readonly></textarea><br>
            <label for="jb-input-text">
            <input type="text" size="39"></label><br>
                <button class="favorite styled" type="button">upload</button><br>
        </center>
    </body>
</html>