Posts Tagged ‘FileUpload’
ASP.NET FileUpload Revisited
It is very interesting early on this week the HR’s guy come to my desk and told me he no longer be able to upload job’s annoucement attachment file ??! I said woh woh what you said? because we hosted the app and he successfully uploaded files many times.
After confirm that was the problem I run through the net to find what cause the problem why it just occur now? Well it must be something change along the windows update anyway I solved the problem and now the app back to it normal operation.
But I am glad to see the topic of File Upload has been digged up again let un-DRY it shall we?
- A Back To Basics Case Study: Implementing HTTP File Upload with ASP.NET MVC including Tests and Mocks – from ASP.NET MVC lead post by Scott Hanselman.
- FileBinderAttribute to ease FileUpload in MonoRail – counter post from MonoRail’s league lead by Ken Egozi
