Compare commits
1 Commits
rahil471/d
...
koenvander
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e8c18a738 |
@@ -84,11 +84,6 @@ Please follow this guidelines when reporting bugs and feature requests:
|
||||
|
||||
Thanks for understanding!
|
||||
|
||||
# Tutorial with backend implmentation
|
||||
|
||||
- [Complete example with backend implementation in Node.js](https://ciphertrick.com/file-upload-angular-nodejs/).
|
||||
|
||||
|
||||
### License
|
||||
|
||||
The MIT License (see the [LICENSE](https://github.com/valor-software/ng2-file-upload/blob/master/LICENSE) file for the full text)
|
||||
|
||||
@@ -52,8 +52,8 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="50%">Name</th>
|
||||
<th>Size</th>
|
||||
<th>Progress</th>
|
||||
<th *ngIf="uploader.options.isHTML5">Size</th>
|
||||
<th *ngIf="uploader.options.isHTML5">Progress</th>
|
||||
<th>Status</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user