Multiple Upload Documentation, missing parts?

I followed the tutorial on: https://www.dmxzone.com/go/32764/dmxzone-app-connect-manual/23316/upload-multiple-files-and-store-their-names-into-a-database

But I don’t get it. There are some missing parts. Why are the File Upload Image not in the Repeat Statement? And there are no Load Image or Any Save Image Actions in the Video. In my case it is not working at all. Only one Image will be uploaded but nothing is stored in DB.

I think it should be like that:

image

Did not Ben or Hyperbytes some nice Gallery Tutorial? But I don’t know if its Multi - Upload …

The tutorial you link to is not showing how to resize images.
Image processing steps must be in the repeat as well.

The idea is to put repeat after the file upload step, and the steps in the repeat are being executed for every file uploaded.

@Teodor ok and I guess I can debug that ? So i see whats wrong?

Yes you can see if there are any errors: Debugging Problems

Okay but why is the File Upload not in the Repeat?

Because you use the upload step as a source for the repeat. The repeat steps runs as many times, as the uploaded files are :slight_smile:

Okay that makes sense. Maybe I forgot that output??

Please provide a link to your page where i can test what is wrong.

its only local Environment, but ALso getting doubled the entries in my DB

If i have 3 PICS, it does 6 entries. If I Upload 5 Pics, then it does 10 … :smiley:

If there is a good Tutorial or Manual, ill try at my own, instead of wasting your time…

Probably somehow you manage to run the action file twice … what do you have on your page?
Also you are using a regular insert step, right (not a multi insert step)?

I am currently working on all the file upload/manage tutorials. It takes time to produce them, but i am publishing them slowly.

1 Like

It’s all here https://www.youtube.com/watch?v=n5JTFe9ohSY&list=PLUjqTJN3byC9kK8YZkmGwjo9nrEipl2yb&index=8&t=203s

1 Like

@ben ! great thats it! @Teodor Ill try the video first and come back to you what was my mistake!

@George it would be great to suggest and link wappler documentation into the forum. As I wasnt able to find it. Most time I‘m bit irritated about these documention mix… dmxzone, wapplerunwrapped, github, forum, youtube videos,…

maybe that would be possible?

@Freddy_Blockchain the documentation is already available here: https://community.wappler.io/c/docs

1 Like

Ok and here is the Frontend Part you did: https://www.youtube.com/watch?v=FGnd3GJVnUM&list=PLUjqTJN3byC9kK8YZkmGwjo9nrEipl2yb&index=18

I’m trying that tomorrow! Thanx to both of you ben and teodor

Okay I found that mistake. It is working now. Crazy just two very small things were missing. To newbies if you want Upload Multiple Images do not forget to enable this two things to ARRAYS:

In App Structure add the [] behind your UploadFilename

In DOM scroll down and CHECK the “Multiple” field.

1 Like

Check this:

And this: