How to print the size of file document.

0
  can anyone tell me if I want to print this file document size as a log in microflow how can I do it? This file document can take a list of images and a pdf. If anyone has an idea please reply. Thanks & Regards, Shashi Sharma
asked
1 answers
3

Hi Shashi

No matter what it contains, you can access the size by using the Size attribute ($DocumentName/Size) for both FileDocument and Image objects.

You may want to format it, as the size is in bytes (eg divide by 1000 for kB).

answered