Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UploadTools ¶
func (*UploadTools) UploadFiles ¶
func (t *UploadTools) UploadFiles(r *http.Request, uploadDir string, rename ...bool) ([]*UploadedFile, error)
func (*UploadTools) UploadOneFile ¶
func (t *UploadTools) UploadOneFile(r *http.Request, uploadDir string, rename ...bool) (*UploadedFile, error)
type UploadedFile ¶
Click to show internal directories.
Click to hide internal directories.