Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Local Images works on IE but not in FireFox

    Hello,

    I use a local URL for the object Img source, the file is found on the local network (file://///Ahmad_Igbariya/SharedDocs/err.JPG).
    The program works on IE8, but not in FireFox.
    If i put the "file://///Ahmad_Igbariya/SharedDocs/err.JPG" directly on the adress bar of the firefox, it woks, but not within the gwt app.

    ** to use it change "//Ahmad_Igbariya/SharedDocs/err.JPG" to a place in your network.

    a test case is attached.
    Attached Files

    #2
    Why not put it in your images/ directory for your application instead of referencing a full path name?

    Comment


      #3
      some times the images are found in a remote computer in the same network, so i give the URL the value of the network path of the image.

      Comment


        #4
        Do you get any 404 message for the image in the console or anywhere? Does Firebug give you any messages?

        Comment

        Working...
        X