Can we use http handlers to upload a file in asp.net?

Answers were Sorted based on User's Feedback



Can we use http handlers to upload a file in asp.net?..

Answer / sridhar

Yes we can use http handlers. User of this will enable us
to upload more than a default 4mb file and this also useful
to generate a progressbar when uploading a larger file.
this is also useful to post file directly to disk instead
of first to IIS from there to Disk.

Is This Answer Correct ?    4 Yes 0 No

Can we use http handlers to upload a file in asp.net?..

Answer / narendra

Yes

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More ASP.NET Interview Questions

Describe and In Process Vs Out of Process component. Which is faster?

2 Answers   Syntax Softtech,


what is meant by sitemapnode ?

0 Answers   Netsweeper,


When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.

4 Answers   Syntax Softtech,


For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased?

2 Answers   CTS, Syncfusion,


What is OSI layer? Explain different layers.

0 Answers   MCN Solutions,


What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.

3 Answers   Syntax Softtech,


What is the difference between session and application?

0 Answers  


where is declare global variable in asp.net and what is use of global variable

3 Answers  


version information of assembly consist of _________ values.

3 Answers   AG Technologies,


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

0 Answers  


What is enableviewstatemac in asp net?

0 Answers  


Suppose, I have 3 pages, Page1.aspx, Page2.aspx, Page3.aspx. All pages are in diff. server. When user req. for a page, Page1.aspx opens Ist & a session established. If user req. for IIn page, second session established. Similarly, 3rd session established if user req. 3rd page. In this scenario, tot. 03 sessions are established. How we can minimize it so that it will work with only one session?

3 Answers   TCS, Wipro,


Categories