UploadingFileListItem = React.createClass ({ percUploaded() { return Math.round((this.uploadedSize / this.size) * 100); }, render() {