BuddyDev

Search

Bulk Upload

  • Participant
    Level: Initiated
    Posts: 7
    Andrew on #14439

    Is there a way to bulk upload images into this system with CSV File or something. I am moving another site into it and there is a ton of images that need to be uploaded into separate galleries

    Preferably I would like them to go into a gallery and then associate with one of the users.

    Got WP All Import working on various solutions but if you have one it would very much be appreciated.

    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #14460

    Hi Andrew,
    welcome to BuddyDev.

    we don’t have any plugin for this.

    If you are able to create attachment out of it, you will be able to import it. MediaPress media is normal WordPress attachment with some extra properties.

    I will suggest looking into mpp_add_media() function for the same.

    Here is an example plugin we did to import from another gallery plugin in past.

    https://github.com/mediapress/mpp-bp-gallery-migrator

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #14737

    Hi Andrew,
    I hope you are doing well.

    MediaPress 1.3.6 makes it easy to import. We still don’t provide any ui for bulk importing but a developer and use our API to import an attachment or any file on the server to MediaPress.

    That will cut down the time needed for writing a solution significantly.
    Please see the references here

    https://buddydev.com/mediapress/topics/api-reference/media/import-wordpress-attachment-mediapress-gallery/
    https://buddydev.com/mediapress/topics/api-reference/media/importing-file-mediapress-gallery/

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved