Including screenshots in webinterface?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rudy
    Junior Member
    • Jun 2007
    • 19

    #1

    Including screenshots in webinterface?

    Hello,

    Are you planning to create the possibility to include images while using the webinterface?
    We realy miss the possibility to include screenshots in our testresults.
    I do hope this is a planned feature for the (near) future.

    Rudy
  • pbrooks
    Member
    • Mar 2007
    • 55

    #2
    Can't you already do this by adding an HTML reference to the image you want (<img src="http://host/path/img.jpg">)? I guess you would have to allow full access to a folder so people could drop the images, and a button to attach an image would be much easier for your typical end user, and thus would probably be better...

    Comment

    • Tim (PassMark)
      Senior Member
      • Mar 2005
      • 1723

      #3
      As pbrooks suggests it would require some scripting on your side to retrieve an image from the user and store it in a folder specifically set up for it. The same bit of sctipting could then add an <img> link to the required field.

      Comment

      • Rudy
        Junior Member
        • Jun 2007
        • 19

        #4
        I guess I wasn’t very clear, what I really meant was an 'upload' field to store images on a predefined server. Actually something similar to the ‘add bug path’, ‘view bug path’ functionality.

        Comment

        • Tim (PassMark)
          Senior Member
          • Mar 2005
          • 1723

          #5
          We'll keep it in mind, however there is probably a way to do it with javascript.

          Comment

          Working...