Need solution to display preloaded files as a hyperlink

Hi,

For our scenario, we need to display pre-loaded file as hyperlink for the user to click and view it.

Would be better if the 'files' property of the uploader has provision to specify the hyperlink address. Something like 
{
   'name': 'picture',
   'size': 100,
   'type': '.jpg',
   'link': '/document/picture.jpg'
}

Or some reference to code snippet to achieve this would be helpful also.

Regards,
Mohan



1 Reply 1 reply marked as answer

SP Sureshkumar P Syncfusion Team August 26, 2020 08:23 AM UTC

Hi BSG, 
 
Greetings from Syncfusion support. 
 
Based on your shared information. We suspect that you want to create the link to visit the file to upload. We would like to say this in our files property we cannot support the link as a property. we have support Name, Size and Type properties. We suggest to you refer the below link to know the image preview before upload the image.  
 
 
Regards, 
Sureshkumar P 


Marked as answer
Loader.
Up arrow icon