1.

Which method facilitates in uploading a Blob to a server?(a) send()(b) pass()(c) upload()(d) store()The question was asked in exam.The question is from Blobs in JavaScript topic in section Caching, Debugging and Animation of JavaScript

Answer»

Right option is (a) send()

Explanation: The BLOB() constructor ALLOWS one to create BLOBS from other objects. You can upload a Blob to a SERVER by passing it to the send() method of an XMLHttpRequest object.



Discussion

No Comment Found

Related InterviewSolutions