How to get browse file size in AEM 6.3
Hi All,
I have created one download component in which i want to show the file size along with download description. I am able to get the file size when i am doing drag and drop the file(pdf) from DAM by using asset.getOriginal().getsize(). But i am unable to get the size of file which I am browsing from my local machine. Is there any way to get the size of browse file as well ?.
Thanks in advance.