upload files - on success event

gbarone 07 Nov, 2011
hallo,
i have a form with three upload files, and one "upload event" on the wizard action page, that puts my files on the server.
if i put an "email" event when the upload event goes ok, I receive one email for each of these events:
- upload file1 goes ok
- upload file2 goes ok
- upload file3 goes ok.
Should I use one upload event for each file?
I would like to receive only one email. I put here the screenshot of my actions.
Please help.
GreyHead 08 Nov, 2011
Hi gbarone,

In general I recommend that you don't use the On Success events. When the action completes the next action in the On Submit event is run (unless there is a ReDirect, Event Loop or ShowStopper first).

You can use a single Upload Files action provided that file upload path and size settings are the same for all the uploads.

In the OnFail event you should probably use the Event Loop action to redisplay the form in place of the three you have there.

The end result looks like the image below.

Bob
This topic is locked and no more replies can be posted.