Documentation ¶
Index ¶
- func CopyZipFile(f *zip.File, d, p string) error
- func CreateZipBuffer(files []File) (*bytes.Buffer, error)
- func ExtractZip(f *multipart.FileHeader, d string) error
- func FileField(f *multipart.Form, n string) (*multipart.FileHeader, error)
- func StreamWriteMultipartForm(params map[string]string, fileField, path, boundary string, pw *io.PipeWriter, ...)
- func ValueField(f *multipart.Form, n string) (string, error)
- type File
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractZip ¶
func ExtractZip(f *multipart.FileHeader, d string) error
Types ¶
Click to show internal directories.
Click to hide internal directories.