FineUploader / server-examples

Server-side examples for the Fine Uploader library
https://fineuploader.com
MIT License
279 stars 204 forks source link

Java server example fails for files larger than 4GB #23

Closed EZWrighter closed 10 years ago

EZWrighter commented 10 years ago

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.

rnicholus commented 10 years ago

Yep, thanks for catching this. We'll make this change shortly.