How to add (multiple) file upload functionality to Memberstack for a SaaS without upgrading to Webflow eCommerce? Answered
Hey everyone,
i saw this Cloneable and i want to ask if there is a way to have Multiple Upoads in one?
Maybe someone can help me with this π.
Thank you and a good day!
https://webflow.com/made-in-webflow/website/webflow-file-upload
Comments
3 comments
Hey Gernot Wagner,
I think it's possible but would require making some changes to the current code.
Although I recently built this tool, to upload files in Webflow using 2 attributes π
tryflowdrive.com
Check it out let me know if it solves that
is there a way to do a 'File Upload'? Does memberstack has that ability? I don't have an ecommerce business, we are a saas company, and the only way to have a native File Upload, is if we do Webflow ECommerce plan...
Memberstack doesnβt have the option of storing files uploaded from the user. What it can store is the URL pointing to the file.
So you can create a form that accepts files and behind the scenes you can process that file to a file storage processor (like Google Drive, AWS, Digital Ocean spaces, β¦) and the URL save it in the member custom field or memberJSON.
Here is a Memberscript that can help you get started https://www.memberstack.com/scripts/file-upload-field
Please sign in to leave a comment.