Hi,Need help with membership site

Hi everyone ,
İ am new in the commuity.İ want to set up a membership website for my country livestock and agriculture breeders. The members should be enable to display their animals images on web pages that everone can see their products images , describtions and price.
But i can not enable members to upload their images on my displaying pages.

Please if anyone suggest me a way to do this.From now many thanks

You might find it easier to set up each member with their own dataset where only they can add their pictures and descriptions and prices etc and maybe edit any existing details too.

Then have that dataset linked to a repeater on a page which everybody can view so it displays the pic along with the info and price.

With the dataset itself, you can limit them to one image each or have a range of photos added, single images would have to go in the image field with multiple images being placed in the media gallery field.
https://support.wix.com/en/article/about-your-database-collection-fields
https://support.wix.com/en/article/about-user-input-elements
https://support.wix.com/en/article/field-type-support-and-limitations-in-the-data-manager
https://support.wix.com/en/article/displaying-media-uploaded-in-your-media-gallery-field-type

Read here about creating a user input form.
https://support.wix.com/en/article/creating-a-form-with-user-input-elements
https://www.youtube.com/watch?v=VyMsDTwge18

Here is a code example that lets users upload images and displays them on their page when they upload them.
https://support.wix.com/en/article/wix-code-using-the-upload-button-with-code
However, note that with this option using an upload button, you will need to go to the button yourself and manually get the images that they have uploaded.
"…Finally, let’s return to the Editor and find the uploaded file. Select the upload button and click Manage Upload Button . In the Upload Button Settings panel, click Go to File , which opens the images that have been received by your site. There you should see the image you just uploaded."

Read here about repeaters.
https://support.wix.com/en/the-wix-editor/lists-grids-1471254
https://support.wix.com/en/article/displaying-database-content-in-a-repeater

Also, read here about putting user inputs inside a repeater from Yisrael.
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-input-repeaters

Nayeli (Code Queen) has a video about using repeaters that you will find helpful.
https://www.youtube.com/watch?v=uiftGNZsLXA

She also has one too about limiting text in a repeater too, which might come in handy when you want to only display a set amount of text in a repeater for example.
https://support.totallycodable.com/en/article/limit-characters-in-a-repeater-using-wix-code
https://www.youtube.com/watch?v=bprVct9I8uw

Nayeli is a great Wix Expert to use, especially her well detailed tutorials and videos etc, I have used them many of times and very happy to pass her pages onto others.

You don’t have to use repeaters, although that would be the best idea. You can simply use tables or galleries instead although you wouldn’t have the benefit of having much description space etc.
https://support.wix.com/en/article/displaying-database-content-in-a-gallery-or-a-table

Finally, you will find this helpful too if you want to look into doing code.
https://support.wix.com/en/corvid-by-wix/basics
https://www.wix.com/corvid/reference

Hi Givemeawisky,
Many thanks for your help.it was very useful for me.Everthing is clear now.