Hello,
I have several questions about submitting forms to asp.net server.
Let's say I have a form which submits data to asp.net server and submit format is xml data. If the pdf file contains an image will it be included too? If yes what will be the format of the image?
Secondly, if some of the fields are not filled, will they be included in the xml files as empty fields or will they be omited from the xml file altogether?
Finally, after processing the posted data I would like to display a message to user e.g: success or failure. How can I achieve it? I believe I need to set the Response but what should be the format of the response? Will just a plain text work?
Thank you.