uploadPart
Uploads part of an allowed file to the server
Request Body Information required to upload part of a file | |||||||||
---|---|---|---|---|---|---|---|---|---|
userid string — REQUIREDThe UserId | |||||||||
tokenContent string — REQUIREDThe token's content | |||||||||
file — REQUIREDThe file being uploaded (from a form) | |||||||||
originalFileName stringThe original file's name | |||||||||
chunkNumber integer — REQUIREDThe current chunk of a part to upload | |||||||||
amountOfChunks integer — REQUIREDThe total amount of chunks as calculated by the client | |||||||||
chunkId stringThe assigned upload part id given after the first chunk is uploaded | |||||||||
avatarMeta objectThe avatarMeta if the upload is an avatar
| |||||||||
worldMeta objectThe worldMeta if the upload is a world
|
Responses | ||||||
---|---|---|---|---|---|---|
200 A successful request
|