<div class="col-lg-7">
<form method="POST" action="/upload" class="form-horizontal dropzone" enctype="multipart/form-data" id="formDZ"
role="form">
<div class="form-group">
<div class="input-group">
<span class="input-group-addon">Asset Depot</span> <select type="text" name="assetDepot" class="form-control">
<#list depots as d>
<option>${d.getName()}</option> </#list>
</select>
</div>
</div>
<div class="form-group">
<div class="input-group">
<span class="input-group-addon">Path</span> <input type="text" name="pathID" class="form-control" />
</div>
</div>
<div class="form-group">
<div class="dropzone-previews" id="previewDZ"></div>
</div>
<div class="form-group">
<button type="submit" class="btn btn-success" id="inDZ">
<span>Submit Files</span>
</button>
</div>
</form>
<#include "/deploy/dropzone-template.html">
</div> | # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #5 | 15782 | Paul Allen |
Update to UX - deploy has 3 process steps (including a submit report) |
||
| #4 | 14969 | Paul Allen | Form validation. | ||
| #3 | 14897 | Paul Allen | Added form validation and Perforce Artifacts | ||
| #2 | 14886 | Paul Allen | Asset --> Artifact refactor | ||
| #1 | 14725 | Paul Allen | Generic deploy/upload |