Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Output binary file

    the company I work for sometimes has users link to our banners, and display
    them on there own sites. the problem is that some of the banners have
    promotions that are nolonger good. I'll like to write a simple aspx page to
    check and see if the promotional banner is valid, if not, it can return a
    new offer. Basicly, I need to read a gif and or jpg, then return it as if
    someone had called the image directly.


    Robin Bonin Guest

  2. Similar Questions and Discussions

    1. Binary file IO
      Hi, What I would like to do is load a file's contents from a file on the server and put the contents into a record in a database. For this I...
    2. #26251 [Opn->Bgs]: control on output buffering while printing images from binary data from db
      ID: 26251 Updated by: iliaa@php.net Reported By: narayanamurthi at eventurers dot com -Status: Open +Status: ...
    3. #26251 [NEW]: control on output buffering while printing images from binary data from db
      From: narayanamurthi at eventurers dot com Operating system: Linux/apache server PHP version: 4.3.2 PHP Bug Type: ...
    4. JPG stored as long binary in database: how to write output as image in asp?
      Hello, For a while I am working with ThumbsPlus ( http://www.cerious.com/ ) as manager for pics. The benefit of the program is that it stores...
    5. output jpg stored in database as long binary to asp: how?
      Hello, For a while I am working with ThumbsPlus ( http://www.cerious.com/ ) as manager for pics. The benefit of the program is that it stores...
  3. #2

    Default Re: Output binary file

    how do they get ur banners ? By a URL located on your machine , such as
    [url]http://www.urserver.com/ad.gif[/url] ?

    If they still want to use your banner,then how can they get your picture by
    using a aspx file request?

    I have a similar problem, is it prossible that u do a web service, which
    will return a banner based on a imageid from the client. In this way,u can
    control what image to return.

    Nakhi
    Lijiang,Yunnan,China,Asia


    "Robin Bonin" <robin@guavatools.com> дÈëÏûÏ¢ÐÂÎÅ
    :zIKcnRhu5fhS94miXTWJjA@eatel.net...
    > the company I work for sometimes has users link to our banners, and
    display
    > them on there own sites. the problem is that some of the banners have
    > promotions that are nolonger good. I'll like to write a simple aspx page
    to
    > check and see if the promotional banner is valid, if not, it can return a
    > new offer. Basicly, I need to read a gif and or jpg, then return it as if
    > someone had called the image directly.
    >
    >


    Nakhi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139