Skip to content

Commit

Permalink
Created upload page with multiple video select option via file dialog…
Browse files Browse the repository at this point in the history
… and

via drag&drop. Upload progress is shown via progress bar for each video.
Once a skylink is available, it is written to the db. The user can edit
the metadata such as title, description, etc., by clicking on a table row.
The changes are then written to the db.
  • Loading branch information
mike76-dev committed Oct 23, 2020
1 parent 90dfa9f commit a2f6f0f
Show file tree
Hide file tree
Showing 2 changed files with 571 additions and 0 deletions.
3 changes: 3 additions & 0 deletions get/studio/upload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php

include 'model/display_studio.php';
Loading

0 comments on commit a2f6f0f

Please sign in to comment.