묻고답하기
회원 가입폼에 파일첨부가 필요합니다...
2011.08.16 12:43
회원가입폼에 파일첨부가 필요합니다...
그림파일이라 프로필 사진 첨부 하는곳을 변경해도 가능할것 같은데...
프로필 사진 업로드가 관리자만 가능하게 되어 있네요...
html을 변경시도 하였으나
등록 버튼을 누르면 글이 등록 되는 기 현상이...ㅠㅜ
너무 초보라서 정말 모르겠습니다...
소스 첨부 할테니 고수님들 좀 봐주시길 부탁드립니다...
<tr>
<th scope="row" rowspan="2"><div>증명서 첨부</div></th>
<td>
</td>
</tr>
<tr class="row2">
<td>
<form action="./" method="post" enctype="multipart/form-data" target="hidden_iframe">
<input type="hidden" name="member_srl" value="97" />
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberInsertProfileImage" />
<input type="file" name="profile_image" value="" />
<span class="button"><input type="submit" value="등록" /></span>
</form>
<p>가로 제한 길이 : 600px, 세로 제한 길이 : 1000px</p>
</td>
</tr>
<tr>
<th><div>{$lang->birthday}</div></th>
<td>
<input type="hidden" name="birthday" id="date_birthday" value="" />
<input type="text" value="" readonly="readonly" class="inputDate inputTypeText" />
<span class="button"><input type="button" value="{$lang->cmd_delete}" class="dateRemover" /></span>
<p>{$lang->about_birthday}</p>
</td>
</tr>
<tr>
<th><div>{$lang->allow_mailing}</div></th>
<td><input type="checkbox" class="checkbox" name="allow_mailing" value="Y" checked="checked" /> <p>{$lang->about_allow_mailing}</p></td>
</tr>
<!--@if($extend_form_list)-->
<tr>
<th class="title" colspan="2"><div>{$lang->member_extend_info}</div></th>
</tr>
<!--@foreach($extend_form_list as $key => $val)--><is_active=='Y'">!--@if($val->is_active=='Y')-->
<tr>
<th>
{htmlspecialchars($val->column_title)}
<required=='Y')-->!--@if($val->required=='Y')--><span class="require">*</span><!--@end-->
</th>
<td>