package
0.0.0-20230225110349-988b5a29a29c
Repository: https://github.com/tannergabriel/learning-go.git
Documentation: pkg.go.dev

# README

File uploading

Upload files to an application or file server using the Go programming language.

Prerequisites

  • Valid Golang installation

Getting started

Start the application.

go run main.go

Go to localhost:8080/upload and you will see a form to upload a file. After selecting a file and clicking upload the file should be created in your local filesystem.

Implementation