lomean

Results 8 comments of lomean

json schema + swagger貌似还不错

Yes, you can add specific icon or other what you want , like this. ` {{node.name}} // badge {{node.onlineNum}} {{node.offlineNum}} //icon ` ## UI ![image](https://user-images.githubusercontent.com/24260845/38969463-0a1721b8-43c3-11e8-8b2a-60d844541603.png)

Are you select a file to upload and click cancel or drag a file to upload, and have you set autoUpload is true?

Maybe you can use FileReader(); ` uploader.onAfterAddingFile = function(item) { //do something; if (uploader.isHTML5) { var reader = new FileReader(); reader.onloadstart = function () { //do something; }; reader.onerror =...

Hi, thanks for your help @aensley

脑图整理得不错👍