category Load Resource
@if(!display.notValid) {
Select Destination Path @for(i of resPaths; track i) { {{i}} }
@if(!source.name) {
Click or Drop file
} @if(display.notValid) {
Invalid Resource Data:

Selected file does not contain valid data.
}
Name: {{source.name}}
Type: {{source.type}}

  @if(targetPath && source.name) {
Note: Data will not be validated when uploaded to server!
}
}