cancel
Showing results for 
Search instead for 
Did you mean: 

Question about file upload

Former Member
0 Kudos

Hi,

I have form with a bunch of fields, and a file upload for attachments. The form is validated in "OnInputProcessing" and if there are any errors, the errors are displayed in the view. However, when I do this, I loose the file information, and the user has to re-load the file again. Is there anyway to overcome this?

Thanks.

Albert

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi!

One way might be: Process/Store you binary object representing the file in your BSP before you validate the form fields.

Regards,

Volker