Re: [xwiki-users] Upload of files >2GB fails

2016-06-03 Thread bernhard.kresina
t: Re: [xwiki-users] Upload of files >2GB fails Seems to me one of the problems is that the file size is stored in the DB as an int for which max value is 2147483647 (and there is probably other related issues in the upload and storage process). I don't understand how you can have

Re: [xwiki-users] Upload of files >2GB fails

2016-06-02 Thread Thomas Mortagne
Seems to me one of the problems is that the file size is stored in the DB as an int for which max value is 2147483647 (and there is probably other related issues in the upload and storage process). I don't understand how you can have the file size displayed correctly in that case by the way. You