Javascript Cross Domain
easyXDM
: 각종 Cross Domain 문제의 해결책 Javascript library. 파일 업로드 등.
document.domain 활용
iframe cross domain
document.domain - MDC Docs
blueimp/jQuery-File-Upload
:
cross domain 지원
Cross Domain 파일 업로드
iframe을 통한 업로드 후, iframe의 결과를 HTML로 출력하고, 거기서 Javascript로 원래 파일을 업로드하는 서버로 redirect 하도록 한다. → 응답 자체를 리다이렉트로 주는 것도 가능하지 않을까?
redirect 후에는 응답으로 HTML을 주고, 그 상태에서는 동일 서버가 되므로 거기서 javascript 코드를 실행한다.