/video-upload

assignment during Cloud Service course from University of Vanderbit on Coursera.org

Primary LanguageJava

Overview

A cloud services manage video media through restful API: uploading video and managing the video's metadata.

The server allows clients to first upload a video's metadata (e.g., duration, etc.) and then to upload the actual binary data for the video. The server support uploading video binary data with a multipart request.