Deno.serve a HTML page with <form enctype="multipart/form-data"> with a file input.POST that would take that File, split it, and sends the chunks to another endpoint.POST handler is to await request.formData() to retrieve the File from there and split.