#File

3 articles

18 How to Download File in Golang

18 How to Download File in Golang

Download Files Apart from uploading files, we also need or need a page that can download files or something on our website.

17 How to Upload File in Golang

17 How to Upload File in Golang

Upload Files Apart from receiving data input in the form of forms and query params, we usually also need data input in the form of files from our users.

08 How to Understanding File Server in Golang

08 How to Understanding File Server in Golang

Introduction to File Server Golang has a feature called FileServer. With this we can create a Handler in Golang Web that we have used as a static file server and this FileServer does not need to be manually loaded again.