BuddyDev

Search

Mobile Upload not working

Tagged: 

  • Participant
    nickrobinson on #4848

    I cannot upload media from my cellphone using media press. I am however, able to upload pictures via an Apppresser plugin and would like to use that to then send the image to MediaPress. What API in Media Press can I use to send a picture to the default Wall Gallery via the Apppresser Plugin.

  • Keymaster
    (BuddyDev Team)
    Posts: 24231
    Brajesh Singh on #4849

    Hi Nick,
    I am sorry for the inconvenience. MediaPress will work out of the box on mobile devices. It is not tested with Apresser plugin though.

    Please check the demo of MediaPress and see if you are able to upload or not?

    For adding media to gal;lery, Please see this post
    https://buddydev.com/support/forums/topic/custom-gallery-from-buddypress-fields/#post-2805

    For getting wall gallery id

    
    
    $gallery_id = mpp_get_wall_gallery_id( array(
    
    'component' => 'members',
    'component_id' => bp_loggedin_user_id(),
    'media_type'   => 'photo'
    ) );
    
    

    Hope that helps.

You must be logged in to reply to this topic.

This topic is: not resolved