Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MaxUploadSize int64
Functions ¶
This section is empty.
Types ¶
type UploadController ¶
type UploadController struct {
// contains filtered or unexported fields
}
func NewUploadController ¶
func NewUploadController(rules *rules.UploadRules) (*UploadController, error)
func (*UploadController) Upload ¶
func (uc *UploadController) Upload(w http.ResponseWriter, r *http.Request)
func (*UploadController) UploadPage ¶
func (uc *UploadController) UploadPage(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.