I am trying to upload a list of files to the server side using the code below: $.ajax({ type: 'POST', cache: false, contentType: 'multipart/form-data', ...
確定! 回上一頁