You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/colltest.html
+7
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ <h3>file-collection JS Test App</h3>
4
4
<ul>
5
5
<li>Upload files by clicking <buttontype="button" class="btn btn-primary">Upload</button> or drag your files onto the grid.</li>
6
6
<li>Once uploaded you can download the files from the collection by clicking the link in the name column.</li>
7
+
<li>Output the first 10K of data to the <b>File Data</b> panel below by pressing <buttontype="button" aria-hidden="true" class="btn btn-success btn-itsy">D</button>.</li>
7
8
<li>Delete files from the collection by clicking the <buttontype="button" aria-hidden="true" class="btn btn-danger btn-itsy"><spanclass="glyphicon glyphicon-remove"></span></button> button in the name column.<br>
8
9
Note: this deletion will remove all data of any aborted upload and cannot be restarted after deleting.</li>
9
10
</ul>
@@ -38,6 +39,7 @@ <h3>file-collection JS Test App</h3>
0 commit comments