Peringatan dropzone

if (myDropzone.files != "") {
        // console.log(myDropzone.files);
        myDropzone.processQueue();
    }
Odd Ox