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

What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1

1 Answers  


explain ado.net

6 Answers  


can we transfer data from one page to another page using viewstate if so how?if not y?

1 Answers   Patni,


What is the difference between managed and unmanaged code? *******

2 Answers   Patni,


What are the different Key TreeView Properties in Asp.net 2.0?

1 Answers   TCS,






User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?

3 Answers  


What is interval time of GC in .net

2 Answers  


Explain the difference between authentication and authorization.

0 Answers  


What is difference between user control and custom control?

1 Answers   TVS,


You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>

2 Answers   Syntax Softtech,


what are the oops concepts are used in your project?

1 Answers   AppShark, IBM, Kotak,


What is work flow gen? how can it will work with .Net?

0 Answers   TCS,


Categories