Announcement

Collapse
No announcement yet.

Including screenshots in webinterface?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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


    • #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


      • #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


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

          Comment

          Working...
          X