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 ---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top