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