Handling client files that are uploaded through the browser is a common requirement for websites or web applications. Whether these files come from a protected Admin section where content managers can upload files or from a public section doesn’t matter; you need a way to retrieve and store these files in your system somewhere so [...]