// Validates the data inputs on the upload form function validateUpload() { console.log("Validated!"); document.getElementById("upload-form").submit(); }