kettek / shupload

Personal image hosting and sharing by the power of HTTP, Go, and an optional bit of JavaScript!
GNU General Public License v3.0
8 stars 3 forks source link

Remove `accept` type and fix Chrome video scrubbing #14

Closed liqMix closed 11 months ago

liqMix commented 11 months ago

Swaps out io.Copy with http.ServeContent to allow serving partial content which fixes video scrubbing in Chrome. Also removes the accept type as I found it to be annoying to manually select any when prompted with Windows' file picker.