The web is a "stateless" environment. While a person browses the web with a
standard web browser, connections to a website are only opened long enough
to process a client request to or from a server. It is therefore impossible
to use standard HTML to maintain a connection between the client and server.
Without some sort of 3rd-party browser enhancement that coincidentally
cannot be installed without the users's knowledge and approval, what you are
proposing would simply be impossible.
A printscreen probably wouldn't do you any good anyway to capture that kind
of information because based upon the users's screen resolution, how large a
window their browser was in, and what part of the error page they may have
not scrolled to may or not include all the information you want to capture.
A better way to handle errors is by using error-trapping techniques. Errors
write to the server log files, and you could parse through those. Or you
could read into how ColdFusion can handle and report errors to you. Some
people use custom error message templates.
http://127.0.0.1/cfdocs/Developing_Web_Applications_with_ColdFusion/08_Debug
ging_and_Error_Handling/dwa08_05.htm
---mark
------------------------------------
Mark Warrick - Fusioneers.com
Email: [EMAIL PROTECTED]
Phone: 714-547-5386
http://www.fusioneers.com
http://www.warrick.net
====================================
> -----Original Message-----
> From: Don VanMeter [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 28, 2001 11:00 PM
> To: CF-Talk
> Subject: Paste Screen Capture into a browser and submit it
>
>
> I am stumped. Are there any CF Gods out there?
>
> I need to add the capability of a user to paste a screen capture(alt -
> print screen) of a windows application error, into a browser "form"
> without the user having to open another application, save the
> image , close
> the application, find the saved file, select it and then upload it. I am
> not talking about text, I am talking about the bitmap created
> from a screen
> capture . I don't know if it resides in the clipboard. The user needs to
> be able to paste it into a browser page and submit it.
>
> I tried CFX_DynamicImage and it brought my server to it's knees.
>
> Any Ideas?
>
> Thanks,
> Don
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists