How would I go about accepting a screenshot in a ASP.Net page?
--- What I’m trying to do is allow users to submit screenshots (ALT + Print Scrn) of their work into a page so they can view it at a later time.
Printable View
How would I go about accepting a screenshot in a ASP.Net page?
--- What I’m trying to do is allow users to submit screenshots (ALT + Print Scrn) of their work into a page so they can view it at a later time.
look into the FileField control (its on your toolbox under html).
have you tried this?Quote:
Originally Posted by nemaroller
I'm not having any luck.
go to google type
FileField control asp.net upload
You will immediately get three articles on how to upload a file.
i was told to try fckeditor
fckeditor is a text editor for the web. It would allow you to insert images, but they appear as they would if you had simply inserted the image into a Word document. Which doesn't make sense if all you wanted was a way for a user to upload a screenshot of their work (whatever their work is).