How and where save uploaded files with ng-flow?
问题 First of all, I use ng-flow (html5 file upload extension on angular.js framework) My files are uploaded, I log the event in console. But I don't understand where and how to save them. Here is my html code, upload is called. <div flow-init flow-files-submitted="$flow.upload()"> <div class="drop" flow-drop ng-class="dropClass"> <span class="btn btn-default" flow-btn>Upload File</span> <span class="btn btn-default" flow-btn flow-directory ng-show="$flow.supportDirectory">Upload Folder</span> <b