Best Website Platforms for User-Submitted Data and Images

0
6
Asked By CreativeNomad42 On

I'm searching for a website platform that allows users to input information—including photos—into different fields and submit that data. Additionally, it should enable users to search and filter through this information. Does anyone know of a good platform that fits these requirements?

4 Answers

Answered By SQLMaster25 On

If you're a developer, you might enjoy a more hands-on approach. Writing raw SQL and managing migrations yourself can give you a deeper understanding of your data model compared to using a generator.

Answered By TechGuru77 On

You might want to consider platforms like Glide, Softr (with Airtable), or Bubble. They let users submit data along with images and provide options for searching and filtering—all without needing to write any code!

Answered By OldSchoolWebDev On

I used to work with phpMyAdmin for database management back in the day. Depending on your user's needs and technical skills, that could be a direction to consider. Just curious, who do you mean by 'users'—are they end-users accessing the site or developers?

Answered By DataWhisperer99 On

Just a heads up, storing photos directly in a database can be inefficient since they're binary. It’s better to store them in something like an S3 bucket and then keep just the URLs in your database. Supabase could be a great all-in-one solution for your project!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.