sliproad/router
Gabriel Simmer 59c79fc4fe
Support for special characters in filename.
Previously, spaces or other special characters in filenames were borked
because of how the filenames were passed through to the ViewFile
function - with escaped strings (%020 instead of " "). Added a
QueryUnescape call, and slightly tweaked the router to use a filename
rather than accessing var everytime.
2020-04-03 21:17:43 +01:00
..
filerouter.go Support for special characters in filename. 2020-04-03 21:17:43 +01:00
router.go Resolve upload logic for frontend. 2020-04-03 02:51:38 +01:00