Examveda
Examveda

Which method facilitates in uploading a Blob to a server?

A. send()

B. pass()

C. upload()

D. store()

Answer: Option A

Solution(By Examveda Team)

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

This Question Belongs to Javascript >> Caching And Debugging

Join The Discussion

Related Questions on Caching and Debugging