File upload control, refresh and reservance of data/document

Hi everyone,

I have an e-form where visitors can enter their contact details, insert an attachment (using the file upload control embedded element), put an order (by choosing various options) and submit it via email. The problem I am encountering is with the attachment; it is not displayed in the email.

After a lot of research, I found out that the cause of the problem is the “Refresh field on keywords change” option on my radio buttons and the @Command([ViewRefreshFields]) on my buttons which calculate the cost of the chosen option. In other words its the refresh part which is causing the problem. When you press the submit button (although I have the @Command([FileSave]))the “input” of the file upload control is lost.

Any help on how I could solve the problem of reserving the attachments via email while having the “refresh features” on my form will be much appreciated.

Thanking you in advance,

Nana

Subject: maybe

Hi,

Possibly saving your document right after the attachment is done is a way.

Subject: It does not work…

I have tried this option as well but i am directed to the default authorisation page and prompted to add a username and password.