controlling file uplaod size ????

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default controlling file uplaod size ????

    Hi all
    well - the title is very straight forword -
    how can i limit users upload file size ?
    I guess it is a very common scenario and averyone that comes to
    build this sort of functionality in a website has to deal with this question.
    is CF enough or do I need a Java object to do the job ?
    Thank you for your time
    Yariv
    :)

    cosmits Guest

  2. Similar Questions and Discussions

    1. Controlling Print output size in Acrobat 6
      Hello, I am creating an interactive sales training guide and have created a document that is 8x12, but I need to have it print at standard letter...
    2. Controlling Image preview size...how?
      Hi It seem like my ID document increases with about 1Mb in size each time I add an image (.psd). My document currently holds about 120 images,...
    3. Controlling size of new hyperlinked window
      In Pub 2002, I'm trying to hyperlink text to open a new window with a single image in it, and I want to control the size of the new window. I've...
    4. CONTROLLING FILE SIZE?
      I've designed a simple 8' wide panel for my client to print...I can't email it, because it's 37MB and will choke my mail server. I reduced it to 10%...
    5. Controlling the Size and Position of Browser
      You use JavaScript to control the size, placement, and other attributes of a pop-up window. Embed the JavaScript in the <head> tags of your main...
  3. #2

    Default Re: controlling file uplaod size ????

    You can't usually find out anything about a file while it's still on the client
    machine. When i've validated files, i've usually had to do the upload first
    then check the files type, size etc.. after it's been uploaded.

    Checks like file type can be done with javascript but that doesn't help with
    file size.

    If you're allowing users to upload files, i expect the page they upload from
    is secured in some way so you won't end up with people uploading huge files
    just to annoy you.

    muchagainst 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