Can we use http handlers to upload a file in asp.net?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between union and structure?
How does http session work?
What is difference between inproc and outproc?
What is asp.net localization?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Explain the asp.net mvc folder conventions? : asp.net mvc
Are xaml file compiled or built on runtime?
Explain the use of errorprovider control in .net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
How do u deploy ur project?
What are Caching techniques in .NET
Explain Areas in MVC?
What is the difference between session and viewstate?
How do we sort the data from a dataset?
How many web config files can be created for an application?