drop-zone icon indicating copy to clipboard operation
drop-zone copied to clipboard

How to show existing image files in dropzone widget in edit form?

Open ujjwal-shrestha-96 opened this issue 3 years ago • 4 comments

Hi,

I have uploaded my image file in base64 and have them in db-table. In the edit form, I would like to show the respective already uploaded image file in the dropzone widget. How can I achieve that? Can you please help me on that?

NOTE: I have directly saved the uploaded image in db-table in base64 encoded format, but not in server.

Thanks in advance!

ujjwal-shrestha-96 avatar Dec 16 '21 07:12 ujjwal-shrestha-96

Need to estimate it and find a slot for the development

darknessnerd avatar Nov 09 '22 14:11 darknessnerd

How can I solve the issue?

mhraihan avatar Jan 01 '23 01:01 mhraihan

I get image urls from database. How can i display the images while editing ? Also was checking for slots but no slots available for to display pre defined images.

premsgr avatar Jan 16 '23 06:01 premsgr

Hello @ujjwal-shrestha-96 , can you please help me understand that how I can get base64 encoded format of images? Thanks for your help in advance. as I am getting image name But I can't define the path to store images so I wanted to get base64 url so that I can load it directly in image src.

Vinkyweb avatar Jan 25 '23 11:01 Vinkyweb