jQuery File Upload Plugin 에서 파일 회전 옵션이 어떤건지 아시는분...
본문
jQuery File Upload Plugin PHP Class 받아서 사용하고 있는데 파일 업로드는 잘 되는데 모바일에서 찍은 사진들이 가로 세로가 자동으로 회전되는 상황이 생기는데요.
해당하는 옵션을 찾아봐도 못찾겠네요..
혹시 옵션을 어떻게 처리하는지 아시는분 조언 부탁드립니다..
우선 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);
만약에 위 팁 소스를 사용한다면 옵션을 어떤 방식으로 줘야 할지요...
답변을 작성하시기 전에 로그인 해주세요.