You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone.
I want to add caption for each Image before upload its. So I want to customize Image Preview. Any suggestions? Thanks.
p/s: Im using Typescript + NodeJs.
The text was updated successfully, but these errors were encountered:
I'm also looking back for solution/update in order to add caption to each image, i think the easiest way is to use a new field 'caption' and update the image-upload-component.js file.
[uploadedFiles]="[{'fileName': 'fileName.jpg', url: 'http://example.com/path/to/my/file'}]"
==> [uploadedFiles]="[{'fileName': 'fileName.jpg', url: 'http://example.com/path/to/my/file', caption: 'mycaption'}]"
Hi everyone.
I want to add caption for each Image before upload its. So I want to customize Image Preview. Any suggestions? Thanks.
p/s: Im using Typescript + NodeJs.
The text was updated successfully, but these errors were encountered: