toDataURL('image/jpeg', 1); var formData = new FormData(); ... xhr.open('POST', "/touch/upload", true); xhr.send(formData); } The raw data on the canvas can ...
確定! 回上一頁