dropify icon indicating copy to clipboard operation
dropify copied to clipboard

Set the default image using javascript

Open anjanirajdev opened this issue 7 years ago • 2 comments

Try to set the image using javascript like $('#inputId).attr("data-default-file", "imagePath"); It does not show on screen but when you inspect the element , the image path will be seen.

anjanirajdev avatar Aug 01 '18 12:08 anjanirajdev

$('#inputId).attr("data-default-file", "imagePath");
$('#inputId).dropify():

samirllorente avatar Nov 09 '18 18:11 samirllorente

$('.dropify-render > img').attr('src' imageUrll);

yogendrakinja avatar Jul 08 '20 12:07 yogendrakinja