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>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…