Screen Snap Shot

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • S Chapman

    #1

    Screen Snap Shot


    I have a bug tracking ASP.Net application in which the users want to
    upload the snap shot of the screen when an error occurs in the
    application that they are testing. How can I transfer the contents of
    the client's clipboard (the user will press Print Screen key when the
    error occurs) to my webpage inside the bug tracker webbapp?

    Any assistence will be greatly appreciated. Thanks

  • David

    #2
    Re: Screen Snap Shot

    You can't unless you have an activex control in your page, or you create an
    application that the user downloads which they paste into that connects to a
    webservice.

    Perhaps your application (if it is a desktop app) has a bug reporting
    section where your users can paste their image that connects to your
    webservice.

    --
    Best regards,
    Dave Colliver.

    ~~
    http://www.FOCUSPortals.com - Local franchises available


    "S Chapman" <s_chapman47@ho tmail.co.ukwrot e in message
    news:1179139941 .478642.177340@ e51g2000hsg.goo glegroups.com.. .
    >
    I have a bug tracking ASP.Net application in which the users want to
    upload the snap shot of the screen when an error occurs in the
    application that they are testing. How can I transfer the contents of
    the client's clipboard (the user will press Print Screen key when the
    error occurs) to my webpage inside the bug tracker webbapp?
    >
    Any assistence will be greatly appreciated. Thanks
    >

    Comment

    Working...