Maximum file size for upload

  1. #1

    Maximum file size for upload

    Hi to all,

    Iam using the fileupload field control, i cannot upload the file size bigger than 3 MB.


    What is the maximum file size that i can upload... is there any parameter where i can set the maximum file size to upload.


    Please help..


    THanks
  2. #2

    RE: Maximum file size for upload

    Hi M@F,

    I believe this is a limitation of asp.net. There is a way to override the setting within the web.config in order to create a longer transaction timeout.


    Geoffrey McGill
    Founder
  3. #3

    RE: Maximum file size for upload

    Hi,

    You should increase maximum allowed file size in web.config
    <httpRuntime maxRequestLength="4096"/>

    By default it equals 4096 Kb (it is mean that you cannot upload files greater than 4 MB). See the following arcticle for more details
    http://msdn.microsoft.com/en-us/library/aa479405.aspx
  4. #4

    RE: Maximum file size for upload


    Thumbs up to you both.....


    Thanks for that.


Similar Threads

  1. [CLOSED] multiple file upload and file size at client side
    By mirwais in forum 1.x Legacy Premium Help
    Replies: 24
    Last Post: Dec 15, 2014, 5:44 AM
  2. [CLOSED] How to identify upload file size before uploading in IE?
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 29, 2012, 5:54 PM
  3. Replies: 2
    Last Post: Jan 17, 2012, 8:58 AM
  4. Replies: 1
    Last Post: Jun 23, 2011, 9:37 AM
  5. [CLOSED] file upload - file name is empty
    By stoque in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 11, 2011, 8:06 PM

Posting Permissions