OSDN Git Service

[Develop and manual Test] API endpoint (post) /api/v1/fileUpload v0.3.0p0020
authorhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Tue, 26 Jan 2016 12:14:43 +0000 (21:14 +0900)
committerhimetani_cafe <fumifumi@yasunaga-lab.bio.kyutech.ac.jp>
Tue, 26 Jan 2016 12:14:43 +0000 (21:14 +0900)
commitd9faf4befdc87347d89514f566fc6fb33ccc9cd4
tree57eb474ee3ce933489d0d926443ce925a6fbf429
parentd46bddbc371de708a21b976ffcc0e37550de1bfc
[Develop and manual Test] API endpoint (post) /api/v1/fileUpload
    ファイル属性を含むFormオブジェクトpost
    Form
    {
        parentDirectory: [string],
        name: [Blob],
        .
        .
        .
        nameN: [Blob]
    }
    ファイルのアップロードに成功すると、アップロードに成功したファイルの情報を返す。
    ファイルのアップロードに失敗すると、エラーの情報を返す。
.gitignore
server/api/v1/fileUpload/index.js
server/app.js