Skip to content
Bowen Yu edited this page Jan 4, 2016 · 3 revisions

File Upload

Uploads a file.

Params

// POST request to genotet/upload via multi-part form
type: string,         // 'network' / 'binding' / 'expression' / 'bed',
name: string,         // name of the data
description: string,
file: File            // multi-part form file

Return

{ // empty or error }
Clone this wiki locally