A

Admin • 833K Points
Coach

Q. Which method facilitates in uploading a Blob to a server?

  • (A) send()
  • (B) pass()
  • (C) upload()
  • (D) store()
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

You can upload a Blob to a server by passing it to the send() method of an XMLHttpRequest object.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.