Pasting a screenshot into text box

Discussion in 'C#' started by Freeky, Apr 11, 2007.

  1. #1
    Hi, this is my first post, so please excuse me if its in the wrong section.

    Well... I would like to know if its possible to paste a screenshot into a textbox on a form and post it to the database (MS SQL 2005) using asp.

    I am finishing a Helpdesk application that I wrote and now have been asked to include this functionallity, if possible.
    Would it be easier to just include and attachment?
    But first prize is to have the screenshot loaded.

    Thanks in advance
    Freeky (Regan):eek: :eek:
     
    Freeky, Apr 11, 2007 IP
  2. briansol

    briansol Well-Known Member

    Messages:
    221
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #2
    You will need to use some javascript for this. the TinyMCE editor is a free plugin that you can apply to text boxes to handle input

    basically what it does is it pastes the image for the user to see, but in the back end, you need to handel the file upload from the user's temp folder location
     
    briansol, Apr 11, 2007 IP