다시 질문드립니다; 파일첨부 폼에 타이틀을 달고싶어요. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

다시 질문드립니다; 파일첨부 폼에 타이틀을 달고싶어요. 정보

다시 질문드립니다; 파일첨부 폼에 타이틀을 달고싶어요.

본문

안녕하세요.

파일업로드 폼을 여러개로 보이게 해두었습니다.

각자의 역할이 따로있어서,
각 폼 왼쪽에, 각자 다른 타이틀을 붙이고 싶은데
어떻게 해야하는지 모르겠어요.

예를 들어서
파일 슬라이드용 1 / 파일 슬라이드용 2 / 파일 썸네일용 1

이렇게요. ㅠㅠ

파일업로드 폼을 늘릴때는 아래코드를 사용하였습니다.

for(i=0; i< <?=$file_count_num?>; i++) add_file();
 
        function del_file()
        {
            // file_length 이하로는 필드가 삭제되지 않아야 합니다.
            var file_length = <?=(int)$file_length?>;
            var objTbl = document.getElementById("variableFiles");
            if (objTbl.rows.length - 1 > file_length)
            {
                objTbl.deleteRow(objTbl.rows.length - 1);
                flen--;
            }
        }


도와주세요. 감사합니다.
  • 복사

( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '282629' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )

1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

error file : /15sir/bbs/board.php