2015-06-20 49 views

回答

0

作爲filepicker的響應,您將收到對象列表。 每個對象看起來是這樣的:

{ 
    "url":"https://www.filepicker.io/api/file/0SIihoHPT8ORvwQ3EOPx", 
    "filename":"filepicker_test.png", 
    "mimetype":"image/png", 
    "size":4607, 
    "id":4, 
    "path":"/2/folder/filepicker_test.png", 
    "isWriteable":true 
} 

因此,你可以使用從filepicker回答「路徑」鍵恢復的目錄結構。

相關問題