stronglink icon indicating copy to clipboard operation
stronglink copied to clipboard

Upload page

Open btrask opened this issue 9 years ago • 0 comments

Right now the upload page "works," but it's ugly (completely unstyled) and difficult to use, because we trust the MIME type the browser tries to guess. It also doesn't convey progress information during the upload, which can be significant for large files.

We should use progressive enhancement to show a JavaScript progress bar (if enabled), and provide a way to set/override the MIME type in case the file extension is wrong or the browser doesn't know.

The server should try to detect the charset of text files if it isn't explicitly set. Right now we just assume everything is UTF-8.

btrask avatar Apr 06 '15 16:04 btrask