{{ state.ready ? '😊' : '😴' }} TheWing {{ state.ready ? 'is ready.' : 'is breathing...' }}

Drag and Drop file

or
Drop your files here. {{state.dragging}}
{{ file.extension.slice(0, 4) }}

{{ file.name.length > 25 ? file.name.slice(0, 25) + '...' : file.name }} {{ getSize(file.processedSize) }} / {{ getSize(file.size) }} | {{ Math.ceil( 100 * file.processedSize / file.size ) }}%