2023년 1월 1일
08:00 AM
Buffering ...

최근 글 👑

그누보드 이미지 에디터 사진갯수 업로드

2023. 1. 22. 22:25ㆍ일상취미/그누보드 공부 팁

/www/plugin/editor/smarteditor2/photo_uploader/popup/js/basic.js

    // Change this to the location of your server-side upload handler:
    var gnu = {
        url: './php/?_nonce=' + ed_nonce,
        container_el: 'body',
        dreg_area: '#drag_area',
        dreg_area_list: '#drag_area > ul',
        progress_bar: '#progress .progress-bar',
        filter: /^(image\/bmp|image\/gif|image\/jpg|image\/jpeg|image\/png|image\/webp)$/i,
        files: [],
        file_limit: 50, //한번에 올릴수 파일갯수 제한
        imgw: 100,
        imgh: 70,

여기서 소스수정해야됩니다 10개로 되어있는 부분을 원하는 수 만큼 변경하시면 됩니다.