minesota
05-27-2008, 03:28 AM
How can a separate "upload image" field/form be added to this script http://www.dynamicdrive.com/dynamicindex16/richtexteditor/index.htm so that as soon as the image is uploaded it gets shown in the textarea box ?
<form name="image-upload" enctype="multipart/form-data" action="" method="post">
<input type="file" name="image">
<input name="Submit" type="submit" value="image"></form>
<form name="image-upload" enctype="multipart/form-data" action="" method="post">
<input type="file" name="image">
<input name="Submit" type="submit" value="image"></form>