@Nayeem Riddhi, I just tried uploading through the media library and I’m getting the full URL of the file when fetching it with this
$files = maybe_unserialize(get_post_meta($post->ID, '__wpdm_files', true));
When I try loading from server, I just get the file name and not the full upload path. Even when I use the line above.