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