kangyongho / springboot-demo

spring boot personal portfolio demo website
0 stars 0 forks source link

#4 File Upload #4

Open kangyongho opened 7 years ago

kangyongho commented 7 years ago

Let's make file upload function.

What things are needed?

  1. mutipart/form-data
  2. support spring
  3. spring
    • @RequestParam
    • MultipartFile
  4. spring boot
  5. core code
    • transferTo
    • It is copy (upload) the upload file into file system

Advance Step

  1. consider file path both windows and unix system
  2. absolute and relative path
  3. spring setting FileSystemResource
  4. view...Resolver, Handler etc (keep mind find later)
kangyongho commented 7 years ago

wow the '#' connect to the issue!!! when you commit please use this issue number with #