Skip to main content

How to set up multi-image uploads for CMS listings in Webflow using Memberstack and Make?

Hi everyone, hope you are having amazing holidays! 🎉
Question...
Building a marketplace with Webflow,Memberstack and Make.  Logged in user when creating a listing needs to be able to add Multiple images, also edit those images later on. Listing will be a webflow cms item. Can anyone point me to the right direction how to approach my obstacle? Does memberstack have any Video tutorials about Multi Image uploads? I would want to use Multi-image field in cms. But if thats not possible I am open to other solutions.
Thanks guys!

4 comments

  • Chukwudi
    Chukwudi

    Hi Nivde,

    Julian created a few free templates that manage this with make and custom code code. Here are some links which might lead you toward an answer:
    https://www.memberstack.com/webflow-templates/social-media-template
    https://www.memberstack.com/webflow-templates/public-member-profiles

    You can check these scripts as well:
    https://www.memberstack.com/scripts/file-upload-field

    https://www.memberstack.com/scripts/97-upload-files-to-s3-bucket

    0
  • NIVDE
    NIVDE OP

    Chukwudi Thanks for the answers! but above templates and scripts show File Upload for a single file, not for multiple files at once

    0
  • Chukwudi
    Chukwudi

    Some of our users have used Uploadcare for their projects. You may want to give it a go to see if it meets your needs.

    This thread may also be insightful for your use case.

    NIVDE

    0
  • A J
    A J

    NIVDE +1 to what Chukwudi said.

    In case, you want to use the #38 memberscript for your use-case,

    You can add the following line in the memberscript:

    fileInput.multiple = true;

    After the following line in that memberscript:

    fileInput.setAttribute('id', inputName);

    This should ideally allow users to submit multiple images at once based on your requirement.

    Hope this gives you some idea.

    0

Please sign in to leave a comment.

Sitemap