@Controller public class FileUploadController extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
private static org.apache.commons.logging.Log |
LOG |
| コンストラクタと説明 |
|---|
FileUploadController() |
@RequestMapping(value="/upload",
method=GET)
public String showUploadForm()
@RequestMapping(value="/upload",
method=POST)
public String uploadFile(@RequestParam(value="uploadFile")
org.springframework.web.multipart.MultipartFile multipartFile)
throws IOException
IOException