jQuery File Upload Plugin 에서 파일 회전 옵션이 어떤건지 아시는분... 채택완료
jQuery File Upload Plugin PHP Class 받아서 사용하고 있는데 파일 업로드는 잘 되는데 모바일에서 찍은 사진들이 가로 세로가 자동으로 회전되는 상황이 생기는데요.
해당하는 옵션을 찾아봐도 못찾겠네요..
혹시 옵션을 어떻게 처리하는지 아시는분 조언 부탁드립니다..
우선 https://sir.kr/g5_tip/910">https://sir.kr/g5_tip/910 의 팀도 보았는데 아래처럼 직접 업로드를 하고 있어서요
$options = array(
'upload_dir' => $data_dir,
'upload_url' => $data_url,
// This option will disable creating thumbnail images and will not create that extra folder.
// However, due to this, the images preview will not be displayed after upload
'image_versions' => array()
);
$upload_handler = new UploadHandler($options);
만약에 위 팁 소스를 사용한다면 옵션을 어떤 방식으로 줘야 할지요...
답변 2개
UploadHandler 클래스에 보시면 썸네일을 만들때
이미지 회전도 같이 합니다.
아래의 글을 참고해 주세요.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인