Thepagewillbepostedtotheserverafteroneormoreimagefilesareselectedforupload.Youneedtoensurethatallunuploadedfilesaresavedtotheserverwithinonecalltoasingleeventhandler.Whatshouldyoudo?()A.ReadtheHttpRequest.FilespropertyandcalltheHttpPostedFile.SaveAsmethod

题目
Thepagewillbepostedtotheserverafteroneormoreimagefilesareselectedforupload.Youneedtoensurethatallunuploadedfilesaresavedtotheserverwithinonecalltoasingleeventhandler.Whatshouldyoudo?()

A.ReadtheHttpRequest.FilespropertyandcalltheHttpPostedFile.SaveAsmethodforeachfile.

B.ReadtheHttpRequest.inputStreampropertyandcalltheSystem.Io.File.WriteLinesmethodforeachfile.

C.ReadtheHttpRequest.inputStreampropertyandcalltheHttpResponse.WriteLinemethodforeachfile.

D.ReadtheHttpRequest.FilespropertyandcalltheSystem.Io.File.WriteLinesmethodforeachfile.


相似考题