As total file size goes over the length of an int at 4GB, the current codebase fails to parse the totalfilesize when submitting files larger than that.
In RequestParser change all references to totalfilesize to long and parse Longs.
Also in your Receiver update any references to totalfilesize to long.
As total file size goes over the length of an int at 4GB, the current codebase fails to parse the totalfilesize when submitting files larger than that.
In RequestParser change all references to totalfilesize to long and parse Longs.
Also in your Receiver update any references to totalfilesize to long.