Ray Nicholus
Ray Nicholus
> It's a pity that FineUploader defined it's own specific protocol for chunking and resuming, instead of using TUS. There was no such protocol when I implemented chunking in Fine...
If you're using PHP, I've published the [PHP traditional server](https://github.com/FineUploader/php-traditional-server) to Composer. There is also a Golang library that supports chunking in this GitHub org at https://github.com/FineUploader/fineuploader-go-server, contributed and maintained...
Implementing TUS would likely be a good amount of work, and I'm pretty busy ATM supporting Fine Uploader, updating the several-years-old build process (#1569) and developing a React wrapper for...
> The support for old browser (especially the ones without the File API), blow up the FineUploader. The first implementation is going to be without taking care of support for...
As an aside, I'd _love_ to get proper selenium/WD tests started, but that's for another case. In the meantime, I've attempted to make the existing "unit" tests as comprehensive as...
> I just don't guarantee that it's going to work for all browser from the beginning. Yes, chunking is simply not possible w/out the File API. I assume the feature...
BTW, it's probably good that you didn't get too far updating the build-related code to handle TUS support, as I literally ripped out all of the old build-related code and...
please fix your code formatting
not sure what you mean by "insert code". Code formatting is explained at https://help.github.com/articles/creating-and-highlighting-code-blocks/
I'm low on time these days to step in regularly to look into these types of issues. But I'm optimistic that I will secure a regular maintainer to help out.