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

Windows 서버에서 이미지 사이즈 구하기 오류 수정 #1690

Merged
merged 1 commit into from
Aug 6, 2014

Conversation

akairain
Copy link
Contributor

@akairain akairain commented Aug 3, 2014

Windows 서버에서는 tmp_name 상에 있는 파일로 이미지 사이즈를 구하는 것이 올바르게 작동하지 않습니다.

$file['tmp_name'] 으로 구하는 부분을 업로드 처리가 완료된 후, $attachment['path'] 값으로 이미지 사이즈를 구하도록 수정하여야 Windows 서버에서 올바르게 작동합니다.

Windows 서버에서는 tmp_name 상에 있는 파일로 이미지 사이즈를 구하는 것이 올바르게 작동하지 않습니다.

$file['tmp_name'] 으로 구하는 부분을 업로드 처리가 완료된 후, $attachment['path'] 값으로 이미지 사이즈를 구하도록 수정하여야 Windows 서버에서 올바르게 작동합니다.
inureyes added a commit that referenced this pull request Aug 6, 2014
Windows 서버에서 이미지 사이즈 구하기 오류 수정
@inureyes inureyes merged commit 74246f3 into Needlworks:1.10 Aug 6, 2014
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

Successfully merging this pull request may close these issues.

2 participants