Ed Maher - 2013-07-15

When trying to upload a large file, e.g. 3Gb+, the max_filesize and others need changing, but the Java Applet uses this parameter for chunks. Modifying the code to support a separate parameter for chunk size does work for the applet, but there is no chunk handling evident in the PHP code, thus the resulting file is the last last chunk only.
Chunked upload is important for large files