ChunkedMode support?

I have a project that I need to upload a 100 mb file from a mobile device to a server using cordova. Does the file api support chunkedMode?

I’m not sure. Is chunkedMode primarily a client-side option or server-side? Have you tested it?

It’s a client-side option in cordova. But the server has to be set up to use it. I have not tested it, just curious if other folks have used it.