Paste Image into webform richtextbox?

  • Thread starter Thread starter jobs
  • Start date Start date
J

jobs

Is there any way to allow the pasting of images into a webform? which
could then be saved into a database for retrieval?
 
Not easily.

You can drag and drop and paste images using a rich edit control like
FreeTextBox (www.freetextbox.com), but there's no direct support for saving
these images. You can however on the server parse the HTML of the rich text
captured and pick up the images and then separately download them and store
them.

Bit of work though...

+++ Rick ---
 
Back
Top