yanghun0070 / dayco

dayco project
MIT License
1 stars 0 forks source link

Profile 이미지 추가 #22

Closed yanghun0070 closed 3 years ago

yanghun0070 commented 4 years ago

Profile 이미지 추가를 할 수 있는 기능을 구현한다. Google, Naver, Github 같은 Social 로그인을 했을 경우에는 Social 이미지를 사용할 건지, 아니면 Profile 이미지를 사용할 건지 선택해서 보여줄 수 있게 한다.

yanghun0070 commented 3 years ago

파일 업로드 기능 구현 업로드 하기 전에 이미지 MD5 Hash 값으로 변환하여 DB 에 저장

https://sites.google.com/site/matthewjoneswebsite/java/md5-hash-of-an-image https://github.com/taher435/web-crypto-api-file-hash

yanghun0070 commented 3 years ago

Mac, Linux 로컬 경로에서 파일 업로드 하여, 로컬 경로를 사용할 시에 reactjs (localhost:3000) 으로 인식되는 문제 발생하여 해결 방안 필요

https://stackoverrun.com/ko/q/10376643 https://stackoverflow.com/questions/33248012/how-to-use-react-require-syntax/33251937#33251937