Q39
Which method facilitates in uploading a Blob to a server?
A.
send()
AnswerB.
pass()
C.
upload()
D.
store()
Answer: Option A
Solution
Answer: Option A
Solution:
You can upload a Blob to a server by passing it to the send() method of an XMLHttpRequest object.