html - Inserting or copy/pasting picture to a textbox -
i have file textarea (named "resolution support") in can explain how solve problem. problem user able add picture better explaining. if copy/paste or has click , drag or don't care, has able put picture textarea. wondered if textbox can exist , type textbox has in phpmyadmin.
my textarea :
<textarea name="escalade" class="longinput" cols="80%" rows="19" wrap="hard"> </textarea>
without kind of javascript wysiwyg library not possible vanilla textarea takes text (clue in name).
i assume viewing submissions in phpmyadmin interface onto mysql database. developing stuff not great admin user interface long term. asking called transformations.
here tutorials on storing images in database:
- http://www.hockinson.com/programmer-web-designer-denver-co-usa.php?s=47
- http://w3schools.invisionzone.com/index.php?showtopic=48068
- how store file name in database, other info while uploading image server using php?
here lists of wysiwyg editors:
- http://www.sitepoint.com/html5-wysiwyg/
- https://github.com/cheeaun/mooeditable/wiki/javascript-wysiwyg-editors
those phpmyadmin transformations:
that as can offered without seeing php code behind form @ least. hope helps.
Comments
Post a Comment