So I want to show image thumbnails too in the along with text. If you know a javascript solution that\'s perfect too(if possible i
image thumbnails
Use a div with contentEditable attribute which acts like a textarea. That's how wysiwyg editors are created.
div { width: 300px; height: 200px; border: 1px solid #ccc; }
Type here. You can insert images too