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 types of assemblies in .net?
Which dll is required to translate xml to sql in internet information server (iis)?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is use of ContextUtil class?
How is .net core cross platform?
What is a DLL?
What is .net technology?
In code behind class, name the type of code found. Is it the server side code or client side code?
How do you create threading in .NET? What is the namespace for that?
Can you configure a .NET Remoting object via XML file?
What tools is used to develop .NET applications?
Describe the programming model of a windows service