1 Reply Latest reply on Nov 18, 2009 6:54 AM by ilya_shaikovsky

    Uploading files larger than MAX_INT

      Hi! I discovered a problem with the rich:fileupload component when uploading files larger than 2 GB. After investigating on that topic I found out that the problem may occur because an integer variable is used to store the max file size. However, that would prevent that anybody can use this nice component to upload files larger than MAX_INT (2^32-1 -> 2 GB).

      Is this a known issue, are there any workarounds available?