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
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is slidemaster?
Which Is Faster MVC or ASP.net ?
Define caching.
How to implement form based authentication in asp.net application?
What is redirectpermanent in asp.net?
What is a uri query?
What are session and cookies?
Is web config mandatory?
What’s the use of “GLOBAL.ASAX” file?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
Is it possible for me to change my aspx file extension to some other name?
What is asp.net response object?
Please brief not about xsd,xslt & xml?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.