Need help with uploading automatically

Hello, I would like to create a site which holds a collection of pictures, so anyone can log in and upload a photo, and then it will automatically and immediately be shown on the site.
How can I do it?

Thank you very much.

Yes, it’s possible. Would require the use of MemberStack for login functionality and leveraging the use of the API for photo upload (via collections). A few things to keep in mind.

  1. Webflow has a throttle on the API to support 60 requests per minute (so might need a bit of throttling on your app too).

  2. What are the photos for? How do they relate to the user experience?

  3. Depending on what the purpose is (and users) having anything auto-populate on the site (especially pictures) could be a bad idea. You might want some approval process … or until you “whitelist” a user.

  4. Webflow has a 5mb size limit for images, so there would have to be some validation, up front, to deter larger files…or a process to reduce them in size after upload.

That’s a very high overview, but hopefully it helps. If you need dev help to get this done, reach out.

Thanks