Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[버그/완료] 음성파일 다운로드 클릭시 *.m4a가 다운로드 되지 않음. #55

Open
hjoon0510 opened this issue Nov 10, 2018 · 3 comments
Assignees

Comments

@hjoon0510
Copy link
Collaborator

업로드된 음성파일을 플레이해보기 위하여 아래처럼 다운로드 클릭을 시도하면,
다운로드된후에 클릭하였을때 *.m4a가 다운로드 되지 않는다.
*.m4a의 파일사이즈 1kb이다. 오류 수정해야 한다.

  • 스크린샷
    image
@hjoon0510
Copy link
Collaborator Author

  • 원인
    기존에 audio파일의 폴더를 변경했는데, 변경한 주소로 audio 파일 다운로드시 적용되도록 수정안했다.
    • 변경전: ./webapp/audio/***
    • 변경후: ./audio/***

@hjoon0510
Copy link
Collaborator Author

@hjoon0510 hjoon0510 changed the title [버그/진행중] 음성파일 다운로드 클릭시 *.m4a가 다운로드 되지 않음. [버그/완료] 음성파일 다운로드 클릭시 *.m4a가 다운로드 되지 않음. Nov 10, 2018
@hjoon0510 hjoon0510 self-assigned this Nov 10, 2018
@hjoon0510
Copy link
Collaborator Author

  • 수정후 테스트 결과: 한글 파일명 깨지지 않음.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant