The upgrade from JomSocial 4.7.7 to 4.8.0 changes the uploader (plupload). On my site, these changes break uploads that are big enough to require chunking, when uploaded via the post box. The debugger shows the upload URL missing the name parameter and other chunking parameters (which, as a result, are also missing from the REQUEST variable in our supplied handler for chunk processing). And at the end of the upload, the server returns 500. The source file is vendors-postbox.app.js. Our chunk size is 200MB.
My site needs an urgent fix for this because it is preventing several upgrades.