Image won't display after uploaded

I created a text gif and inserted it into the page.  Then entered the URL info etc...  However, after being uploaded the image isn't there.  There is no box with a red thing in it like what appears when the image is not in the correct folder..... just nothing.  Like I never did it.  I verified that the image name is correct and in the images folder.  Weird.   Any ideas?
www.wranglergirl.net/references.html
Amy

I created a text gif and inserted it into the page.
What's the filename of the text gif?
I see the following GIFs referenced in the code:
http://www.wranglergirl.net/images/banner_logo.gif
http://www.wranglergirl.net/images/address_logo.gif
http://www.wranglergirl.net/SpryAssets/SpryMenuBarDown.gif
All have loaded correctly.

Similar Messages

  • Image is not displayed after upload

    Hello, I have imported an application from oracle APEX 3.0 10g in my express edition APEX 3.0 . In this application you can upload pictures in the database and afterwards show them in a report. in 10g everything works well. In my XE the pictures are not shown(red cross) but were written in the database.
    Procedure to select the images from the table:
    create or replace procedure emps_image_display (p_emp_id in number)
    as
    l_mime varchar2(255);
    l_length number;
    l_file_name varchar2(2000);
    lob_loc BLOB;
    begin
    select mime_type, image, image_name, dbms_lob.getlength(image)
    into l_mime, lob_loc, l_file_name, l_length
    from emps_images where emp_id = p_emp_id;
    owa_util.mime_header(nvl(l_mime,'application/octet'), FALSE );
    htp.p('Content-length: ' || l_length);
    htp.p('Content-Disposition: filename="' || l_file_name || '"');
    owa_util.http_header_close;
    wpg_docload.download_file( Lob_loc );
    end;
    the process has grant on execute
    procedure on the page:
    begin
    delete from emps_images where emp_id = :P6_EMP_ID;
    insert into emps_images (image_id, emp_id, image_name, mime_type, image)
    select null, :P6_EMP_ID, filename, mime_type, blob_content
    from wwv_flow_files where name = :P6_IMAGE_URL;
    delete from wwv_flow_files where name = :P6_IMAGE_URL;
    end;
    The writing of the picture in the database works well, only it is not shown on the page (red cross)
    the SQL query to show the pictures in the report:
    select e.emp_id, e.last_name, e.first_name, e.phone, e.email, e.location, e.job,
    decode(i.image_id, null, 'No Image Found',
    '') image
    from emps_view e, emps_images i
    where e.emp_id = :P10_EMPID
    and e.emp_id = i.emp_id(+)
    If no entry exists in the table, " No image found " is shown. otherwise ... the red cross :)
    the URL to the picture looks as follows:
    http://127.0.0.1:8081/apex/WORKSHOP.emps_image_display?p_emp_id=2
    I hope, somebody here can help me.

    Are you sure, that you granted the privileges for executing EMPS_IMAGE_DISPLAY procedure to the right database user?
    In XE (APEX 2.1), the default database user for HTTP access is ANONYMOUS, in other editions it is APEX_PUBLIC_USER.
    To check this, create a report on any of your pages with this SQL:
    SELECT USER from DUAL
    This should show you the username, that you should grant execute to.

  • User Uploaded Image won't display on Mac OSX

    I am experiencing something very strange with user uploaded
    images on Mac OSX, latest Debug Flash Player 9, Safari and Firefox
    2. Everything works fine on Windows (XP and Vista) on all major
    browsers.
    A user selects a local image to upload. The file gets
    uploaded to server, resampled, saved to a public location, and a
    response is sent back to the Flash Player in the form of a JSON
    object. The response contains the URL to the uploaded image on the
    server. The Flash Player downloads the image and adds the Loader to
    a sprite that is already on the stage. All appropriate events are
    fired. The progress events show that the image is downloading, and
    the complete and init events are both fired. Using the Charles Web
    debugging Proxy I can verify that everything is working correctly
    (upload and download), and no security violations are occuring.
    Charles even shows the actual image that gets downloaded. However,
    on Mac, the image doesn't display (stays blank, as if it's an empty
    sprite), whereas on PC/Windows the image displays fine.
    I have placed a crossdomain file in the appropriate location
    - even though it is never requested as I don't try to do anything
    with the image's bitmap data.
    Unfortunately, I haven't had a chance to create a new project
    to test this out in, but will do as soon as I can, and post a link.
    Any ideas?
    Many thanks,
    Shaun.

    We had a similar problem, maybe it is related to this (it was
    done in as2, but the real problem was outside flash)
    flash took an enormous time to display thumbs for a gallery
    of images.. and directly in ff on osx, the thumb (about 100x100 px)
    would load only half way.. and again wait for about half a minute
    or more.. and then display. In flash the thumb would remain blank
    until the loading was over.. that is for about half a minute or
    more.
    What this turned out to be, was that the php script on the
    server somehow returned header information that the image had the
    dimensions of the full-sized image. So after all the data for the
    thumb downloaded, the client (browser or flash) would just wait
    until a predefined timeout..
    Since you are resizing uploaded images I thought this could
    be one of the possible reasons, maybe the flash player for osx and
    for windows handle such "missing data" cases differently.

  • DW8:  image won't display in Design View

    Folks:
    DW8 on MacOS 10.4.8 (fully updated) on Intel iMac.
    What would keep an image from displaying in DW Design View?
    What are the causes of the grey box with the superimposed "X"? Is
    there any diagnostic output that might help? Is the grey box and
    "X" substituted by DW8 for an invalid or un-drawable graphic, or is
    this done by the OS?
    The problem:
    I've got a 1912 x 1481 graphic, a geographic map, in AI that
    I'm trying to use as an ordinary web image, but DW won't display it
    in Design View. Instead all I see is a big grey box and "X". For
    test purposes, I'm starting from a new "Basic" HTML web page and
    all I'm doing is inserting this one image. I need to get this
    working so I can draw hotspots on this graphic to make it
    "clickable" .
    Here's what I've tried:
    o Triple-checking that the inserted image reference is
    correct. Yes, the image file is correctly linked. With the image
    selected, the inspector shows a tiny but recognizable miniature of
    the expected image. Further, when the page and the image are
    uploaded to the web server and I look at it via a browser, the
    expected image is _always correctly displayed.
    o Exporting the graphic "for the web" from AI as both a GIF
    and a medium-quality JPG. Neither of these are displayed in Design
    View; both are served up correctly after being uploaded
    o I found a larger JPG on a different site I'm managing. This
    always displays as expected in both DW Design View and when served
    up. I substituted the failing map JPG image. The result: A grey
    box.
    o Checking the map images: The JPG and GIF versions seem to
    be visible in all environments (image readers, browsers, etc.) I've
    checked _except_ DW8 Design View.
    o Checked on another system. I made the failing image
    available to a very helpful ACE, who performed a similar
    experiment. It worked fine for him. I used his exact HTML and
    directory structure -- and it failed for me. Grey box with "X".
    It seems to me that I've checked most of the obvious
    possibilities. Now it is time to check the less obvious ones.
    Suggestions are very welcome!
    Thanks,
    Henry

    Randy:
    Thanks for your response.
    This is a virtual memory system, so -- in theory-- it should
    accommodate anything that will fit on the hard drive, more or less,
    if I'm wiling to wait the hours (days?) it will take to swap on and
    off the disk. That assumes DW8 takes advantage of the capability.
    It may not.
    "Larger"? The JPG image I compared to is 1692 x 2160 pixels,
    but weighs slightly less, 289K bytes. I'm losing track of all my
    test images that fail, but a representative one is 1912 x 1481
    pixels and weighs 332Kb on the disk. "Roughly comparable" might be
    a better description. The point is still reasonable: DW8 does
    handle images of this size on my system.
    One issue that occurred to me recently is that I may have
    caused some grief by monkeying with the "Save for web" settings at
    the Illy export. Perhaps I asked for some configuration that's
    normal for Illy to export --or it would have warned me, I hope--
    but too strange for DW to grok. DW should complain more
    informatively than painting a gray box and "X" when that happens, I
    would think.
    Henry

  • Desktop won't display after login window

    Hi,
    I'm trying to help my sister in-law with her computer (PowerBook G4). She claimed it was having a lot of problems and thought a clean install would fix things. However she had lost her install discs, and now I've seemed to make things worse.
    I started by trying to back up her computer - copying the hard drive to an external HD. However I kept getting a -36 Error. I then connected her PowerBook G4 to my MacBook Pro (10.5.8 2.33 Intel) via Firewire and in Target mode used Disk Utility to make a disk image. Unfortunately I got the -36 Error again. I Repaired the hard drive with disk utility, but it said everything was fine. Then I read on the forum that the -36 Error meant that it was a corrupt file that was causing the issue. Since it always errored out in the same area, I simply deleted the folder in that area. After that, the disk image worked.
    (This part is bad - I know now, but didn't when I did it:) I then put in the gray install CD from my MacBook Pro (Intel) into her PowerBook G4. I opened the system preferences and changed the startup disk from "Macintosh HD" to my install disk. I restarted the computer... it did not boot up. I connected the two laptops again and force restart in target mode. I was able to eject the CD so that when it restarted again, it reverted back to the "Macintosh HD" This is when I discovered that the gray discs are specific to computer and my plan would not work.
    However, now her computer boots up to the Login window as normal... but when you login... the "blue desktop image with design" displays, but no icons appear. The computer hard drive spins, the monitor will go to sleep and wake up, the trackpad will move the arrow, but no icons and now menus?? I've left it overnight to see if it eventually will change, but nothing changes. If I press keys, the first few won't do anything, but it quickly gets to a point where it just beeps at me each time I press a key.
    I can sign in using single user and already ran the fsck that is mentioned throughout the forums. It (like the disk utility) finds no errors. Any help or advice would be much appreciated.
    Thanks!

    Hi BD & RC,
    The new user reset worked great to allow me to login again. Instead of doing a clean install, I just went through her applications and deleted ones that I thought could be suspect for some of the issues she was having. It seems to be running fine.... with one exception... the Airport won't work.
    When I went into the Network settings, it was stuck in a continuous loop with the error "Another application has changed your network settings." I saw BD's help on another post to go into security and check "Require Password to unlock each secure system preference" to break the loop ( huge THANKS!!). After trying to set up multiple new locations, it finally dawned on me that the Airport was not an option. When went into System Profiler and chose Airport Card, it says "No information found."
    So long story short... it appears that with all the little issues going on on this computer, the monster issue wouldn't have been solved by a clean install anyway (you were right RC)... the Airport Express card must have died.
    I guess she'll either need to start connecting with an ethernet cable or buy a new airport extreme card.
    Thanks for all your help guys!

  • No images showing on website after upload, why?

    Ok so here is the issue I am having, after uploading to the site (testsite.jasonsjuicejoint.com/testsite) I cannot see any of the images that were uploaded. Everything else works fine, except the images showing. It seems all folders are in the right place, I uploaded via ftp through Muse. When I view the resources in my browser (chrome) the files are there, BUT they show 0 x 0 dimensions and 0kb size and show a broken image thumbnail. Can someone please help me?!

    The site url does not work , have you inserted any html content on same page or any other customer code ? This can be the reason where image visibility is set to hidden or display is blocked.
    Try to publish the site to BC as a trial site which will help us to isolate the issue.
    Thanks,
    Sanjit

  • SAP Webdispatcher :Images are not displayed after using the URL filtering

    Hello,
    I have installed the SAP webdispatcher 7.3 on Linux redhat 5.4 in front of the Portal 7.3.
    I wanted to restrict the access just for the IRJ prefix so for this i used the parameter wdisp/permission_table = PermFile
    with Permfile as follows:
    #Denial of the useradmin URL from the WebDispatcher
    P /irj*
    P /irj/*
    The filtering is working well except that for IRJ the images are not displayed so i was using so i added the following line to disply the images to the logon page
    icm/HTTP/auth_
    P /logon_ui_resources/*
    P /logon_ui_resources*
    but i still have the same issue for the irj page where no icons are displayed and i can do nothing.
    The same issue also happened when using the icm/HTTP/auth_xx
    Do you have an idea how to deal with this issue?
    Thanks in advance;
    Hassan

    Hello,
    After checking the HTTP code of the irj page on IE,  i foud the needed URL to permit so i modified the permision table and it works fine for the moement
    P /irj*
    P /irj/*
    P /logon_ui_resources/*
    P /logon_ui_resources*
    P /AFPServlet/*
    P /AFPServlet*
    P /com.sap*
    P /com.sap/*
    P /webdynpro/resources*
    P /webdynpro/resources/*
    Thanks for you help,
    Hassan

  • Images won't display

    Hello,
    I am building a site for a photographer. Just some thumbnail
    pages with
    links to larger images in series. I'm stuck with a page that
    won't display
    some jpg's while other pages will. Have tried the document
    versus site
    reference change both ways to no avail. The problem page is
    http://www.stephenlehmer.com/puy_fish/Puy_fish.html.
    You can click on the
    place holders which will tell of the image without display
    it.
    The home page is
    http://www.stephenlehmer.com/
    Any suggestions greatly appreciated.
    Bill

    Try renaming the files without the pound symbol.
    http://www.stephenlehmer.com/puy_fish/Puy_fish_thumbnails/Puyfish#3bTb.jpg

  • Twistie image won't display

    RH 9 / WebHelp output
    I added twisties to my project a couple of weeks ago and they worked fine.
    Recently I re-organized my images and the twistie graphics were not displaying so I went into the css and updated the path.
    The collpage icon displays fine, but the expand will not. I even tried using the collapse icon for the open icon and it still won't display. I put the images back at the root and re-did path, and nothing changed.
    Attached pictures of the 2 outputs, and the code.
    Have a release going out tomorrow so any help much appreciated.

    Hi there
    For starters, the CSS seems that you are referencing the same exact file. So your Expand and Collapse should be identical. But in your screen capture, it appears that the collapse isn't showing?
    If you are really wanting the same image, perhaps make a copy and name the copy slightly differently. Then specify it in the CSS editor or code.
    Another thing to try is to right-click and add both images to your project as Baggage files.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Won't display after startup

    My Mac mini didn't display after the grey startup screen so I took it to the store. They got it working. At home it didn't work. I called Apple. They troubleshot with me on the phone then said they'd get me a new one.
    The new Mac mini started up fine and worked earlier today, even with restarts, but now it is not working.
    After grey startup, I get a solid blue screen, with no mouse, no icons. This is what happened before.
    My display is a ViewSonic professional. It's a GREAT monitor and I'd hate to give it up.

    Get this. I'm having the same problem with my ViewSonic, the second time in about 10 days, except the problem is also present when I hook up a generic display I use on an old PC. When I plug in the generic display, it puts up a message stating something like both input signals are not working.
    My fix was to use a new adapter plug for the monitor that shipped with my Mac G5 at work. I plugged it in and it fixed the problem, but now it's doing the same thing. I though perhaps the ViewSonic was overloading the adapter and frying it.
    Ideas?

  • FLV won't display upon upload

    Here is the directory:
    http://www.jrazzcreations.com/Flash/
    I have the files stored there. I can view the video upon
    preview, but no such luck after uploading. Can someone tell me what
    I am missing or what I need to do differently? I am using Flash CS3
    and Dreamweaver CS3.
    Thanks,
    j razz

    That FLV is massive at 153mb. It probably will load if you
    give it an hour
    or two on broadband.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "j.razz1" <[email protected]> wrote in
    message
    news:f42bm1$qui$[email protected]..
    > Here is the directory:
    http://www.jrazzcreations.com/Flash/
    >
    > I have the files stored there. I can view the video upon
    preview, but no
    > such
    > luck after uploading. Can someone tell me what I am
    missing or what I
    > need to
    > do differently? I am using Flash CS3 and Dreamweaver
    CS3.
    >
    > Thanks,
    >
    > j razz
    >

  • Itunes won't display after Yosemite updated to 10.10.1.  iTunes will play but no display.

    My Mac just updated to 10.10.1.  Now iTunes won't display on screen.  I can play songs by hitting the play key.  If as I am typing this I click on the iTunes icon the tool bar does not show up at top for iTunes, but the tool bar will show up if I shut down safari.  How do I get my iTunes app back?
    iMac 2.7GHz i5 8gb 1600mHz DDR3

    OPPS!!  Figured it out still had second monitor cord in, and thus was it displaying on the monitor that wasn't on.  Duh  

  • Photo Gallery Images Do Not Display When Uploaded

    I have made a photo gallery in Bidge, and locally, it looks fine. WHen I upload the folder to the remote server, none of the images will display.
    Everything is contained in the gallery folder, and I uploaded that folder. The web pages are displayed, but the images will not.
    On the image below, the list of local files are on the right, and the remote files are on the left.
    Please tell me what I've missed. Thanks.

    Is your photo gallery from a Collection?  Don't think those can be shared as they are  just alisis and not the image.

  • Images won't display on my webpages with Rapidweaver 5

    For some reason I can't see any pictures on my website once it's published onto my website. The pictures won't load on my website. At first I thought that there was a conflict with my APPS because i have other APPS on my Mac too. So I've formatted my hard drive and restored my computer to factory default  and reinstalled Rapidweaver from the app store before installing any other apps. So there was no other apps I've installed on my Mac. Rapidweaver with the first apps I've installed. I didn't even install any themes or add-ons and I was still having problems viewing my images on-line.
    Well…still having the same issue regardless if I'm using a third party add-ons or from Rapidweaver. I have a Macbook Pro 2012. Everything is currently updated. I've checked updates for your softwares and plug-in. I've paid a lot of money buying themes and plug-ins. Over $200 buying themes and plug-ins before knowing that I can't view my pictures on-line. I'm a teacher. I have multiple domains. I was using Sandvox to design my websites before purchasing Rapidweaver.
    Since I've purchased Rapidweaver Version 5.3.1. I've been testing your softwares on www.jwmien.uni.me and www.mien.uni.me. These two site are my test sites for RAPIDWEAVER.
    Can you please help. I really don't want to flush $300 down the toilet. I bought RapidWeaver, Nick Cates Design themes for $99 and not to mention tons of plug-in such as Blocks, Stacks 2, collage and many more.
    So I feel sick to my stomach because I can't see the view any images on my webpage using Rapidweaver. The picture on my computers are standard jpeg images. These jpeg images are taken from the same digital camera. I am able to view these jpeg format when I was using Sandvox to publish my website.
    PLEASE! PLEASE HELP! Crying for help.
    Hardware Overview:
    NOT RETINA Display
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro9,1
      Processor Name:          Intel Core i7
      Processor Speed:          2.6 GHz
      Number of Processors:          1
      Total Number of Cores:          4
      L2 Cache (per Core):          256 KB
      L3 Cache:          6 MB
      Memory:          16 GB
    System Version:          OS X 10.8.3 (12D78)
    This is the same message I sent to Rapidwaver support and they still haven't gotten back to me about any fixes yet.

    For some reason I can't see any pictures on my website once it's published onto my website. The pictures won't load on my website. At first I thought that there was a conflict with my APPS because i have other APPS on my Mac too. So I've formatted my hard drive and restored my computer to factory default  and reinstalled Rapidweaver from the app store before installing any other apps. So there was no other apps I've installed on my Mac. Rapidweaver with the first apps I've installed. I didn't even install any themes or add-ons and I was still having problems viewing my images on-line.
    Well…still having the same issue regardless if I'm using a third party add-ons or from Rapidweaver. I have a Macbook Pro 2012. Everything is currently updated. I've checked updates for your softwares and plug-in. I've paid a lot of money buying themes and plug-ins. Over $200 buying themes and plug-ins before knowing that I can't view my pictures on-line. I'm a teacher. I have multiple domains. I was using Sandvox to design my websites before purchasing Rapidweaver.
    Since I've purchased Rapidweaver Version 5.3.1. I've been testing your softwares on www.jwmien.uni.me and www.mien.uni.me. These two site are my test sites for RAPIDWEAVER.
    Can you please help. I really don't want to flush $300 down the toilet. I bought RapidWeaver, Nick Cates Design themes for $99 and not to mention tons of plug-in such as Blocks, Stacks 2, collage and many more.
    So I feel sick to my stomach because I can't see the view any images on my webpage using Rapidweaver. The picture on my computers are standard jpeg images. These jpeg images are taken from the same digital camera. I am able to view these jpeg format when I was using Sandvox to publish my website.
    PLEASE! PLEASE HELP! Crying for help.
    Hardware Overview:
    NOT RETINA Display
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro9,1
      Processor Name:          Intel Core i7
      Processor Speed:          2.6 GHz
      Number of Processors:          1
      Total Number of Cores:          4
      L2 Cache (per Core):          256 KB
      L3 Cache:          6 MB
      Memory:          16 GB
    System Version:          OS X 10.8.3 (12D78)
    This is the same message I sent to Rapidwaver support and they still haven't gotten back to me about any fixes yet.

  • Image won't display in browser

    An image I am attempting to display won't come up in browser.
    The error when I check for browser compatibility is unsupported
    property layer background image. I am quite new at this.

    Let's see your code, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Crusey" <[email protected]> wrote in
    message
    news:fqe189$ht8$[email protected]..
    > An image I am attempting to display won't come up in
    browser. The error
    > when I check for browser compatibility is unsupported
    property layer
    > background image. I am quite new at this.

Maybe you are looking for