User-1063667917 posted
Hi Jenifer,
I have to send two files but each file belongs to one FileUpload control, that's 2 FileUpload controls, also I need to send a string from a TextBox at the same time.
The files are X.509 certificates, and the string is the password for the private key, so the first FileUpload should contain the .cer file, the second FileUpload is the .key file, and the string is the password for the private key. So I need to send back
to the user a response, either "Everything is OK" or "Something's wrong
Any ideas?