Re: browser screen capture with java applet
- From: "Andrew Thompson" <andrewthommo@xxxxxxxxx>
- Date: 29 Sep 2006 15:28:07 -0700
mikeyjudkins@xxxxxxxxx wrote:
I have an idea involving Java that Im trying to determine the
feasabilty of. I would like to know if it would be possible within a
java applet embedded within a webpage to take a screenshot of the
webpage from which it is sitting in (or another frame possibly), create
a jpeg image of this and then upload it using a form post request, or
prompt the user to save it to disk.
All this is possible. What is the purpose of it?
...Is this possible and how long do
you think it would take for an intermediate java developer to complete?
I don't know. I've encountered and dealt with parts of this,
applets, signed applets, and creating screenshots using
the robot, but not posting the completed image back to
the server.
Even then, the problem is only half done, as you need to
successfully deploy the applet in the user's browser, in a
trusted environment.
Being tied to signed applets, it is not a project I would
recommend for anyone less than a developer that is
'well versed' in applets (most 'intermediate developers'
that had not had much to do with applets would have
a hard time getting it to work).
Andrew T.
.
- Follow-Ups:
- Re: browser screen capture with java applet
- From: Simon Brooke
- Re: browser screen capture with java applet
- From: mikeyjudkins
- Re: browser screen capture with java applet
- References:
- browser screen capture with java applet
- From: mikeyjudkins
- browser screen capture with java applet
- Prev by Date: Re: hashtable - select by wilecard... is it doable?
- Next by Date: Re: Urgent requirements -----PL/SQL Developer & C#.Net Developer
- Previous by thread: browser screen capture with java applet
- Next by thread: Re: browser screen capture with java applet
- Index(es):
Relevant Pages
|