what are the controls used to upload a file from client to
server?
Answers were Sorted based on User's Feedback
Answer / santosh kakani
FILE UPLOAD CONTROL
Example
FileUpload1.PostedFile.SaveAs(Server.MapPath("Filename"));
Is This Answer Correct ? | 4 Yes | 0 No |
What are the Characteristics of .NET?
What's singlecall activation mode used for in .net?
Where does the dispose method lie and how can it be used to clean up resources?
Directcast(123.34,integer) - should it throw an error? Why or why not?
Which server tag comes from server when we submit any data
Explain Creational design pattern in .NET?
what is AGILE SCRUM methodoly....?
Explain the purpose of Remoting in .NET?
0 Answers Petranics Solutions,
What is the difference between asp.net and asp?
What is an EXE?
Explain the use of activex control in .net?
How boxing and unboxing occures in memory?