안녕하세요, 저는 이미 github 및 기타 SO 질문에 대한 링크를 시도했습니다. 그들 중 누구도 내 문제를 해결하지 못했습니다 (SO-1, SO-2, github).blueimp jquery fileup requriejs not working
- jquery.fileupload-audio.js
- jquery.fileupload-을 : 폴더 나 파일을 아래했습니다 "업로드"에
require( [ 'https://blueimp.github.io/JavaScript-Templates/js/tmpl.min.js', 'https://blueimp.github.io/JavaScript-Load-Image/js/load-image.all.min.js', 'https://blueimp.github.io/JavaScript-Canvas-to-Blob/js/canvas-to-blob.min.js', 'upload/jquery.iframe-transport', 'upload/jquery.fileupload-ui' ],function(){ console.log("new action called "); } );
: 그래서 여기
내 코드입니다 image.js
- jquery.fileupload-process.js
- jquery.fileupload-ui.js
- jquery.fileupload-validate.js
- jquery.fileupload-에는 Video.js
- jquery.fileupload.js
- jquery.iframe-transport.js
- 부하 image.js
- tmpl. JS
- 캔버스에-blob.js
내 콘솔 여전히 모든 위의 파일을 추가 한 후 나는 오류의 무리를했습니다. 그들 중 두 명 이하는 실제로 이해가되지 않습니다.
JS/jquery.fileupload image.js-23 '로드 화상 EXIF'
JS/jquery.fileupload image.js-24 '로드 화상 IOS'
공식 git repo에서 그 이름의 파일을 찾을 수 없습니다. 누구나 아이디어를 제안 할 수 있습니다 (바이올린은 gret 도움이 될 것입니다).
난 당신이 도움을 필요로 보인다 jquery.fileupload - UI를 필요로하고있어 이미지 미리보기 및 진행 추적 및 템플릿 엔진을 사용합니다. 이것 좀 봐 : https://stackoverflow.com/questions/45650465/how-do-i-fix-orientation-upload-image-before-saving-in-folder-javascript –