ngx-awesome-uploader
ngx-awesome-uploader copied to clipboard
Posibility to rename an uploaded file
hello, is it possible to add the possibility to rename a file already uploaded?
- a ✏️ on the right of the file permit to change the name of the file
- then it call the adapter method `renameFile(fileItem: FilePreviewModel, newFileName: string): Observable
``
One solution for me would be to use a custom file preview template, but if i do that i loose all the goo job you made on the design of the preview template
Thanks, Chris