Versions in this module Expand all Collapse all v0 v0.0.2 Sep 19, 2018 Changes in this version + func SaveMultipartFile(fh *multipart.FileHeader, path string) error + func Upload(c UploadFun, form *multipart.Form) (*multipart.Form, error) + type LocalFileUploader struct + BasePath string + func GetLocalFileUploader() *LocalFileUploader + func (local *LocalFileUploader) Upload(form *multipart.Form) (*multipart.Form, error) + type UploadFun func(*multipart.FileHeader, string) (string, error) + type Uploader interface + Upload func(*multipart.Form) (*multipart.Form, error) + func GetFileEngine(name string) Uploader