Picture Hosting Security

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Picture Hosting Security

    What is the best software program that would give me the same functionality as
    [url]www.wireimage.com[/url] where photographers can upload pictures to my site and then
    my site would turn and logg the information and give it a thumbnail and a
    watermark version until it is purchased (is this secure enough?)

    I was going to do this in coldfusion but Im not sure I am capable of the task.
    I hope that someone has some advice for me.

    Thanks.

    crusk01 Guest

  2. Similar Questions and Discussions

    1. Important: Web Hosting from $2.95/m - Reseller Hosting from $9.95/m
      ::*CRUCIAL PARADIGM *:: * AFFORDABLE, RELIABLE, PROFESSIONAL WEB SOLUTIONS *Linux Hosting * ' Compare Plans'...
    2. Security tool to check CGI scripts for security holes/vulnerabities
      I'm searching for a good security tool that I can use regularly to scan all the programs/scripts in my web servers cgi-bin directory to identify...
    3. Security issues with Asp.Net in Shared Hosting Environments
      Dear Asp.Net Security Community Over the last couple of months I have posted several items in the official Asp.Net website (www.asp.net) related...
    4. Hosting security
      Hello. This is probably a well knows issue but I still cannot find a solution. I have noticed that it is possible to read web.config files...
    5. ASP.Net shared hosting & security
      Hello. I'm trying to setup a Win2003 server for hosting ASP.Net Applications in a Shared Hosting enviroment. With the "old" ASP I created a...
  3. #2

    Default Re: Picture Hosting Security

    >... upload pictures to my site and then my site would turn and logg the
    >... information and give it a thumbnail and a watermark version ... I was
    going
    >... to do this in coldfusion
    Coldfusion is capable of many things but what you want may be too tall an order
    for it. Especially since you want security on top of the image processing.
    However,
    the situation is not hopeless. There are
    [url]http://www.macromedia.com/devnet/coldfusion/articles/jai_images.html[/url]



    BKBK Guest

  4. #3

    Default Re: Picture Hosting Security

    It's very possible Crusk, use CFXImage to do the watermarking and resizing.
    There's many different ways to secure it, including generating it as a UUID and
    storing it at an above path. Check out [url]www.fileskank.com[/url]

    dj shane Guest

  5. #4

    Default Re: Picture Hosting Security

    would this work with a massive (1MM+) database of pictures? so that they would all appear as thumbnails then once clicked it would be watermarked and secure from saving without paying?
    crusk01 Guest

  6. #5

    Default Re: Picture Hosting Security

    how much would something like this cost to have built for me? from freelancers? Easy job or hard?
    crusk01 Guest

  7. #6

    Default Re: Picture Hosting Security

    Some general security advice, beware of using DLLs or any custom tags or Java extensions in which you cannot examine the code.
    BKBK 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