파일업로드 방식
본문
첨부파일을 클릭해서 파일명이 나오는 형식인데
php에서 어떤식으로 데이터를 넘겨서 처리 하는지 알수 있을까요?
input 파일로 업로드하는건 $_FILES로 처리해주면 될것 같은데..
<tr>
<th style="padding-top: 7px;">
<span style="vertical-align: top; line-height: 25px; padding-right: 10px;">첨부파일</span><!-- 첨부파일 -->
<div class="greenT_upload_attach">
<input id="fileuploadattach_1" type="file" multiple="" name="files[]">
<label for="fileuploadattach_1" style="cursor:pointer"></label>
</div>
</th>
<td colspan="3">
<div class="file_clear" id="divUploadedFiles_1"><div id="spanFiles_SC_1" style="display:inline"><span id="f_org_nm_SC_1" style="cursor:pointer;" onclick="downLoadFile(this)">food_14.jpg</span><span id="f_sv_nm_SC_1" style="display:none">bklee201908262116390412.jpg</span><span id="f_sv_path_SC_1" style="display:none">/orders/CLO/tmp/</span><span id="f_type_SC_1" style="display:none">1</span><span id="f_size_SC_1" style="display:none">61880</span><img src="/images/common/button/close_red.gif" id="del_img_SC_1" style="cursor:pointer;" onclick="delAttachedFile(this)"></div><div id="spanFiles_SC_2" style="display:inline"><span id="f_org_nm_SC_2" style="cursor:pointer;" onclick="downLoadFile(this)">dsfdsf.jpg</span><span id="f_sv_nm_SC_2" style="display:none">bklee201908262117030146.jpg</span><span id="f_sv_path_SC_2" style="display:none">/orders/CLO/tmp/</span><span id="f_type_SC_2" style="display:none">2</span><span id="f_size_SC_2" style="display:none">158588</span><img src="/images/common/button/close_red.gif" id="del_img_SC_2" style="cursor:pointer;" onclick="delAttachedFile(this)"></div></div>
</td>
</tr>
답변 2
이미지 파일을 base64로 인코딩해서 업로드하는 경우도 있는데 단순히 저 부분만 봐서는 알 수가 없네요.
그누보드라면 bbs/write_update.php에 파일을 처리하는 부분이 있습니다
답변을 작성하시기 전에 로그인 해주세요.