My employeer has assigned me the following task:
a) Create an ‘index’ page containing only a HTML with fields (like Firstname and Lastname) as well as a couple of file upload controls and a ‘Submit’ button which will post everything to an XPage (see b below).
b) Create an XPage which should receive form field names and values as well as the uploaded files and send an email to someone with it all. The XPage has no ‘normal’ UI (XPage renderer set to false) and should just redirect the user to somewhere else after successfull retrieval of posted data.
So now my question is: The index page is not problem, but I’d like to know how to use an XPage to retrieve the form fields and file uploads?