Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam 98-375 Topic 5 Question 29 Discussion

Actual exam question for Microsoft's exam
Question #: 29
Topic #: 5
[All Questions]

Which two terms represent interfaces in the File API? (Choose two.)

Show Suggested Answer Hide Answer
Suggested Answer: B, D

The File Interface

This interface describes a single file in a FileList and exposes its name. It inherits from Blob.

IDL

[Constructor(Blob fileBits, [EnsureUTF16] DOMStringfileName)]

interface File : Blob {

readonly attribute DOMString name;

readonly attribute Date lastModifiedDate;

};


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel