-
-

Share File

-
{ - event.preventDefault() - const description = this.fileDescription.value - this.props.uploadFile(description) - }} > -
-

- { this.fileDescription = input }} - className="form-control text-monospace" - placeholder="description..." - required /> -
- - -
-
+

DStorage starter_code

+ {/* Creatining uploading card ... */} + {/* Uploading file... */}

 

+ {/* Create Table*/} - - - - - - - - - - - - - { this.props.files.map((file, key) => { - return( - - - - - - - - - - - - - ) - })} + {/* Set table columns */} + {/* Mapping rows... */}
idnamedescriptiontypesizedateuploader/viewhash/view/get
{file.fileId}{file.fileName}{file.fileDescription}{file.fileType}{convertBytes(file.fileSize)}{moment.unix(file.uploadTime).format('h:mm:ss A M/D/Y')} - - {file.uploader.substring(0,10)}... - - - - {file.fileHash.substring(0,10)}... - -