1
0
-1

Hello everyone, 

I know we can record date/log of every form that have being created, but can we just show date of the file being upload?

currently it like this

but  i want date/log of time of every file that being upload, for example,

22/8/2018 15:00PM - file01
23/8/2018 09:00AM - file02
27/8/2018 13:00PM - file03

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hey Sam,

      For this case, you may write your own form element plugin to cater to this specific requirement.

      Alternatively, you may write bean shell code to access the uploaded file's date created information in the wflow directory at wflow/app_formuploads/yourappname, and append such information with a custom HTML form element.

      Hope this helps.

        CommentAdd your comment...