Max File Size?

  •  09-18-2008, 12:08 PM

    Max File Size?

    Greetings,
     
    The problem I've having is that no matter what I do, it restricts the max file size to whatever the default is when uploading multiple files using the UploadAttachments object.
     
    I've tried changing the Validation Options as an inline property in the html/asp.net tag, adding the <ValidationOptions MaxSizeKB="whatever"/> tag instead the UploadAttachments tag and setting it programmatically.  The funny thing is that when it displays the popup telling me the file is to large to upload, it gives the proper maximum size.  Also, I've set the max request in the web.config file to the max 2097151 setting.
     
    Any help would be greatly appreciated.
     
    Thanks!
     
    Keith
View Complete Thread