library

go get github.com/luhuaei/filepond

more usage see demo.

demo

filepond ui

cd demo
yarn install
yarn run serve

filepond backend

cd cmd
go build
./cmd

will listen 127.0.0.1:8888, temport file dir is /tmp/filepond-test/tmp, save file dir is /tmp/filepond-test/save

GitHub

View Github