.gif wont show with image control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy B

    #1

    .gif wont show with image control

    I have images in app_data folder. For some reason, the image control never
    shows them. What do I do?



  • Andy B

    #2
    Re: .gif wont show with image control

    Nevermind. I figured out that you can't have images in app_data. DUH!


    "Andy B" <a_borka@sbcglo bal.netwrote in message
    news:eKfYvLlSJH A.1164@TK2MSFTN GP03.phx.gbl...
    >I have images in app_data folder. For some reason, the image control never
    >shows them. What do I do?
    >
    >
    >

    Comment

    • bruce barker

      #3
      Re: .gif wont show with image control

      files in the app_data folder can not be accessed by the browser because
      its a protected folder. if you want to browser to access them, supply an
      aspx page that streams out the images. google this group for examples.

      -- bruce (sqlwork.com)

      Andy B wrote:
      I have images in app_data folder. For some reason, the image control never
      shows them. What do I do?
      >
      >
      >

      Comment

      • Patrice

        #4
        Re: .gif wont show with image control

        Yes more precisely dowloading is blocked from this directory whatever it
        is...

        This folder is intended to store file based databases if needed and is
        blocked from downloads to protect this... So unless you have to use this
        (suhc perhaps as when your sitre is hosted by an externla provider, this
        folder will be just left empty).

        --
        Patrice

        --

        "Andy B" <a_borka@sbcglo bal.neta écrit dans le message de groupe de
        discussion : eLIWrPlSJHA.606 0@TK2MSFTNGP06. phx.gbl...
        Nevermind. I figured out that you can't have images in app_data. DUH!
        >
        >
        "Andy B" <a_borka@sbcglo bal.netwrote in message
        news:eKfYvLlSJH A.1164@TK2MSFTN GP03.phx.gbl...
        >>I have images in app_data folder. For some reason, the image control never
        >>shows them. What do I do?
        >>
        >>
        >>
        >
        >

        Comment

        Working...