In this topic, you will learn how to use an HTML page to upload a video to your media library using Java and the Media Write API. A servlet class handles the HTML form page, taking the video name, description, and file, and passes them into the create_video method.
By downloading and examining the example code, you will learn how to programmatically upload video with Java and the Media Write API and customize the application as needed.