Choose the server-side JavaScript object:
-
FileUpLoad
-
Function
-
File
-
Date
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.