CMS Uploading Dilema

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default CMS Uploading Dilema

    Hi All

    If this should be in .asp.general rather than db please accept my apols. It
    is based round a problem with my ASP/MySQL DB so hopefully I've posted
    correctly.

    I've created a CMS that allows the user to upload their own company logo gif
    (to be displayed top left of every page) and this will work fine apart from
    when the site moves from http to https.

    I'm nearly 100% sure that if I reference this logo pic from it's http
    location when the user is looking at the https side of the site then they
    will receive the unnerving message box saying that some of the content is
    non-secure (or something like that).

    What appears to be my only option is in the CMS side of the site I take them
    to a separate page, which is located on the secure server (this https is on
    a completely separate domain/server) and they upload the same pic to this
    site. Bit crappy this so does anybody have any better ideas?

    FYR, I use ASPupload v2 to do the uploading to a certain folder and all my
    DB does is hold the locations of the folders and the names of the pics.

    Thanks

    Laphan


    Laphan Guest

  2. Similar Questions and Discussions

    1. shockwave dilema
      I bought a new computer and now when I try to play certain games it says I need the latest shockwave plugin I download it and I keep gettin the same...
    2. Design dilema using webservices
      Hello all I'm working on a design for a system consisting of a pocket pc applicatoin as a client interacting with an asp.net application. A...
    3. Dilema 3866
      I’m a girl and I kissed one of my girlfriends. Does this mean I’m gay? I’m a 17-year-old guy and I cum too fast. Is that normal? I’m in middle school...
    4. Please Help !! XP Access dilema
      In office XP you can set Outlook to use word as the text engine for creating/editing email and it is almost invisible to the end user. Well can...
    5. HotBackup Dilema
      "Startup" on its own means 'startup open', so the command is attempting to completely open the database. It would appear, however, that a...
  3. #2

    Default Re: CMS Uploading Dilema

    Laphan wrote:
    > Hi All
    >
    > If this should be in .asp.general rather than db please accept my
    > apols. It is based round a problem with my ASP/MySQL DB so hopefully
    > I've posted correctly.
    >
    > I've created a CMS that allows the user to upload their own company
    What is a CMS?

    Bob Barrows
    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Bob Barrows [MVP] Guest

  4. #3

    Default Re: CMS Uploading Dilema

    Apols.

    Content Management System - posh phrase to say user updates it all via a web
    site.

    Rgds

    Laphan

    Bob Barrows [MVP] <reb01501@NOyahoo.SPAMcom> wrote in message
    news:up9LR4vVEHA.2840@TK2MSFTNGP11.phx.gbl...
    Laphan wrote:
    > Hi All
    >
    > If this should be in .asp.general rather than db please accept my
    > apols. It is based round a problem with my ASP/MySQL DB so hopefully
    > I've posted correctly.
    >
    > I've created a CMS that allows the user to upload their own company
    What is a CMS?

    Bob Barrows
    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"




    Laphan Guest

  5. #4

    Default Re: CMS Uploading Dilema

    > I've created a CMS that allows the user to upload their own company logo
    gif
    > (to be displayed top left of every page) and this will work fine apart
    from
    > when the site moves from http to https.
    >
    > I'm nearly 100% sure that if I reference this logo pic from it's http
    > location when the user is looking at the https side of the site then they
    > will receive the unnerving message box saying that some of the content is
    > non-secure (or something like that).
    Yes, generally browser will display.
    > What appears to be my only option is in the CMS side of the site I take
    them
    > to a separate page, which is located on the secure server (this https is
    on
    > a completely separate domain/server) and they upload the same pic to this
    > site. Bit crappy this so does anybody have any better ideas?
    Nope. That was only 1 of the option ;) Why not upload the gif file to
    database? and download it from database for display? this can save you from
    having duplicated filename in your server, or to rename them on the fly.
    > FYR, I use ASPupload v2 to do the uploading to a certain folder and all my
    > DB does is hold the locations of the folders and the names of the pics.
    Use ASPSmartUpload.. it's free and as good as ASPUpload. Furthermore, any
    webserver NOT supporting MTC, CAN ALSO use ASPSmartUpload.


    IPT 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