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

  1. #1

    Default safety upload

    Hi friends,

    Please help me.

    I want to realize upload on .jpg files in my web server and I am not sure
    haw to protect it. I mean, when the user do upload I have to give him/her
    write privilege, I am not sure is this dangerous.

    Is my server become more vulnerable?

    How to protect it?

    I will appreciate any help


    Mango Guest

  2. Similar Questions and Discussions

    1. apartmant thread safety
      I'm rather confused about this whole threading business of IIS, ASP and COM components. We have an apartment threaded component with a function...
    2. Trying to figure out thread safety
      (Having been told of a solution to one problem (File::CREAT was indeed what was needed), I'll now go off on something entirely different.) I've...
    3. Type safety
      We all know PHP is great and flexible but, I have this problem... I had a function that took an object as parameter, someone went ahead and...
    4. Thread safety of vm_copy
      I tried looking around for explicit documentation on this but to no avail, perhaps it is too basic. On Mac OS X the Mach function vm_copy has a...
    5. No Safety Software with XP?
      if you bought your computer at best buy was it dell compaqs hp gateway ??? dell comes with nortons its on the resources disks if you did not get...
  3. #2

    Default RE: safety upload

    Check the file extension and the size when uploading it, then move it to
    another directory and rename it.

    "Mango" wrote:
    > Hi friends,
    >
    > Please help me.
    >
    > I want to realize upload on .jpg files in my web server and I am not sure
    > haw to protect it. I mean, when the user do upload I have to give him/her
    > write privilege, I am not sure is this dangerous.
    >
    > Is my server become more vulnerable?
    >
    > How to protect it?
    >
    > I will appreciate any help
    >
    >
    >
    Albert Pascual 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