![]() ![]() ![]() ![]() |
|||||
|
|||||
樓主 Xin Ru Wang ![]()
![]() |
https://stackoverflow.com/questions/32062876/removing-file-from-multiple-files-uploader-on-button-click-when-using-html5-file 但現在遇到一個問題,我console.log出來會是: {0: File, 2: File} 0: File {name: "7390461.png", lastModified: 1442248960000, lastModifiedDate: Tue Sep 15 2015 00:42:40 GMT+0800 (台北標準時間), webkitRelativePath: "", size: 8959, …} 2: File {name: "7390463.png", lastModified: 1442248960000, lastModifiedDate: Tue Sep 15 2015 00:42:40 GMT+0800 (台北標準時間), webkitRelativePath: "", size: 9314, …} __proto__: Object 但傳回controller會是null或是顯示objects 請問該如何解決呢? |