mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
XE member 모듈 기본 스킨에서 프로필 사진등 이미지 자료가 업로드 안되는 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5059 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9501b58b37
commit
828d85ec19
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<!--%import("../../../../common/css/ui.datepicker.css",optimized=false)-->
|
||||
|
||||
|
||||
<form id="fo_insert_member" action="./" method="post" onsubmit="return procFilter(this, modify_info)" <!--@if($member_config->profile_image == 'Y' || $member_config->image_name=='Y' || $member_config->image_mark=='Y')-->enctype="multipart/form-data"<!--@end-->>
|
||||
<form id="fo_insert_member" action="{getUrl()}" method="post" onsubmit="return procFilter(this, modify_info)" <!--@if($member_config->profile_image == 'Y' || $member_config->image_name=='Y' || $member_config->image_mark=='Y')-->enctype="multipart/form-data"<!--@end-->>
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="" />
|
||||
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue