Total Allowed Size

Last post 02-23-2009, 10:12 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  02-22-2009, 12:55 PM 49081

    Total Allowed Size

    Hi,
     
    I'm uploading multiple files to a folder in my project.
     
    How can I limit the total size of the files I'm uploading?
     
    When I launch the program I check the folder and see the total size of the files that are already in. I'd like to tell the control the total size that a user can upload to that folder....
     
    Is there any way? Other controls I check had a property "TotalSizeAllowed"...
     
    Thanks
  •  02-23-2009, 10:12 AM 49104 in reply to 49081

    Re: Total Allowed Size

    Hi,
     
    We would not provide that property for coming versions.
     
    Because it's a very complicated thing and not easy to make it full compatible.
     
    (For example, iframe mode can't get the filesize)
     
    Developers can use javascript API or server side event to calculate the size and cancel the default behavior.
     
    Regards,
    Terry
View as RSS news feed in XML