< /p>
<form id="form1" method="POST" action="http://XXXXXX/file/upload/" enctype="multipart/form-data">
<p>
<input id="File1" type="file" name="files"/>
<input type="submit">제출</input>
</p>
</양식>
파일 업로드를 위한 코드입니다
1:file:///Applications/XAMPP/xamppfiles/htdocs/vscodtest/flex.html
와 같은 원클릭 실행
업로드 가능합니다
2: "http://localhost/vscodtest/fl..."과 같은 locahost에서도 실행될 수 있습니다.
문제는:
이 코드를 thinkPHP
프로젝트에 복사하면 작동하지 않습니다.
특별한 구성이 필요한가요?
도메인 간 문제입니다
X-Frame-Options 응답 헤더를 참조하세요