main
uploader.createFileItem
func (u *uploader) createFileItem(path, method string, obj fileObject) error { parent := path parent = strings.ReplaceAll(parent, "\\", "/") if method == "POST" {