Maximum Size Problem

  •  10-27-2009, 10:24 AM

    Maximum Size Problem

    I just got thrown into this project at my new job and It is having a problem uploading attachments (with the AJAXUploader) . After much research it apparently is giving me the following error (had to download firebug to see the error since it is ajax) when uploading a file:

    File size ({1}) is too large. The maximum file size allowed is set to: {2}
     
    I tried readjusting the maximum size to something extremely big:

      <VALIDATEOPTION MaxSizeKB="99999999" allowedfileextensions="jpg,gif,tif,pdf" />
     
    When I upload a jpg I named to test.jpg (size: 20 bytes) it gives me a message box saying:
     
     the file size (20 b) is too large. The maximum file size allowed is set to: 4.88 GB
     
    So it sees the correct file size and the correct maximum size but still rejects it. Can anyone please tell me what I am doing wrong?
     
    Thanks.
     
    Tim
View Complete Thread