• Resolved msivakum

    (@msivakum)


    Hello,

    Thank for your help! Appreciate it!

    In my application, I am using drag and drop plugin to allow users to upload files. I am looking for a way to display those files to the user. For example, If user A uploads 5 files, she should be able to see the 5 files she uploaded on a page.

    Any help is appreciated.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hey @msivakum ,

    You may try this approach. (see snippet on the link)

    Just improve/update if you need to.

    https://pastebin.com/rvSWxn6g

    Please take note the comment I added on line of the code.

    To display files in user’s page.

    You can use “get_user_meta( $user_id, ‘uploaded_files’ );”

    I hope that will help, let me know if you have any question.

    Regards,
    Glen

    Thread Starter msivakum

    (@msivakum)

    Thank you Glen. I will try this out!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display uploaded files to user’ is closed to new replies.