<html> <body>
<form action="/push_files" method="post" enctype="multipart/form-data"> UUID:<input type="text" name="uuid"> <br> Asset Path:<input type="text" name="asset_path"> <br> <input type="file" name="file"> <input type="submit"> </form>
</body> </html>