I have the following JS code that I use to upload an image based on its path: var data = new FormData(); data.append('fileName', ...
確定! 回上一頁