FileUploadField has limit ???

  1. #1

    FileUploadField has limit ???

    Hi all,

    Has FileUploadField any limit ???


    When a put a 2MB file and uploading to server ok, but is get a bigger file 4 to 5MB i receive a BADRESPONSE from the server...


    Any idea ??


    Tks.
  2. #2

    RE: FileUploadField has limit ???

    Hi,

    no it's not problem of the file upload, you need to modify a line in your web.config..........I don't remember the name, but type in google anything like "max size file webconfig"

    I think is anything like this:

    <code> <httpRuntime 
    
                      maxRequestLength="1048576"
    
                      executionTimeout="3600"
    
                    /></code>
    try it.

    hope it helps.
  3. #3

    RE: FileUploadField has limit ???

    Hi my friend Mario...

    Works again.. Very tks.


    U know a way to limit the size of file on the CommomDialog (like a filter)...


    My problem now is:


    I limited to 15MB the requests.. but if the user try to put a file larger than this, the server will continue show the same error (BADRESPOSE)... I need to show a friendly message for the user.... but without the error occurr


    Tks again Mario.




  4. #4

    RE: FileUploadField has limit ???

    Hi, I'm glad to help you.

    Well, I don't know much about the fileupload, so I unfortunately can't help you now. Probably, when I use it, I'll have the same problem.....

    Sorry, hope some other member here help you to solve this problem.


    Regards.

Similar Threads

  1. Characters limit in TextField
    By flaviodamaia in forum 1.x Help
    Replies: 2
    Last Post: May 25, 2012, 2:30 AM
  2. Limit of a Multiselect
    By ddolan in forum 1.x Help
    Replies: 0
    Last Post: Jun 02, 2011, 8:45 PM
  3. MySQL LIMIT Store and PagingToolbar
    By fatihunal in forum 1.x Help
    Replies: 6
    Last Post: May 20, 2011, 3:12 PM
  4. Limit a Dataview
    By walle in forum 1.x Help
    Replies: 5
    Last Post: Jul 06, 2010, 6:04 PM
  5. Limit panel resize?
    By dbassett74 in forum 1.x Help
    Replies: 3
    Last Post: May 11, 2009, 4:28 PM

Posting Permissions