diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/upload.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/upload.html b/templates/upload.html index 54c2ccd..e188de6 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -9,6 +9,11 @@ <span>Click to browse or drop file here</span> </div> <div class="upload-details"> + <select id="target-library-path" name="target-library-path"> +{{range $index, $item :=.Config.Library}} + <option value="{{$item.Path}}">{{$item.Path}}</option> +{{end}} + </select> <input id="video-title" type="text" placeholder="Optional title" /> <textarea id="video-description" rows="2" placeholder="Optional description"></textarea> <div id="upload-file" class="upload-file"> |
