what are the controls used to upload a file from client to
server?

Answers were Sorted based on User's Feedback



what are the controls used to upload a file from client to server?..

Answer / hemendra gupta

FileUpload Control

Is This Answer Correct ?    11 Yes 0 No

what are the controls used to upload a file from client to server?..

Answer / santosh kakani

FILE UPLOAD CONTROL
Example
FileUpload1.PostedFile.SaveAs(Server.MapPath("Filename"));

Is This Answer Correct ?    4 Yes 0 No

what are the controls used to upload a file from client to server?..

Answer / mathew

File Upload

Is This Answer Correct ?    2 Yes 1 No

what are the controls used to upload a file from client to server?..

Answer / harish

File Upload Control is only the control who can post the
file from client to server

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

can we use private assembly in other project in dot net.

3 Answers  


How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?

6 Answers   C Squared Systems,


What is RunTime Polymorphism?

5 Answers   Deloitte, eClerx, Horizon, Intel, Pragna Technologies,


what is use of learning .net? does we get good jobs based on .net?

2 Answers  


What is a design pattern and what is it for?

0 Answers  


in hibernate, what is dirty reading?

1 Answers   IBM,


What is new in .net core?

0 Answers  


Class for getting the info that is on clipboard of our system in a windows App?

1 Answers  


Give an example for setter/ write-only methods

1 Answers  


How Can Creating Installation Components in .Net?

1 Answers  


How to convert a .NET object into COM operabililty?

0 Answers   Petranics Solutions,


How do you give a Windows service specific permissions?

1 Answers  


Categories