Can we use http handlers to upload a file in asp.net?
Answers were Sorted based on User's Feedback
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 |
What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1
explain ado.net
can we transfer data from one page to another page using viewstate if so how?if not y?
What is the difference between managed and unmanaged code? *******
What are the different Key TreeView Properties in Asp.net 2.0?
User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?
What is interval time of GC in .net
Explain the difference between authentication and authorization.
What is difference between user control and custom control?
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" %>
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?