How can a separate "upload image" field/form be added to this script http://www.dynamicdrive.com/dynamici...itor/index.htm so that as soon as the image is uploaded it gets shown in the textarea box ?
PHP Code:<form name="image-upload" enctype="multipart/form-data" action="" method="post">
<input type="file" name="image">
<input name="Submit" type="submit" value="image"></form>



Reply With Quote

Bookmarks