You develop an HTML messaging application that allows users to send messages. The messages can have an optional file attachment that is identified by a
filename.
You use the following function to send a message:
You need to send a message with a file attachment.
How should you complete the relevant code? (To answer, select the appropriate option from each drop-down list in the answer area.)
Hot Area:

send(recipient, { message: body, fileName: fileName});
0
0