Multiple choice technology web 2.0

Choose the server-side JavaScript object:

  1. FileUpLoad

  2. Function

  3. File

  4. Date

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In historic Netscape Server-Side JavaScript, the File object allowed server-side file manipulation. FileUpload is client-side, while standard built-in objects like Date and Function exist on both environments but are generic, making File the specific server-side object.