How is upload progress done in Caddy?

For example with Apache mod_php its very easy because you can just use the standard progress callbacks but with nginx you need to use an extension/plugin and then reference it with the X-Progress-ID header.

So how can upload progress be tracked in Caddy?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.