I am running FileUploader.NET 2.0 HelloUpload sample and for some reason I can't upload file that is greater than 20KB. I am getting "Page Not Found" immediately.
I tried to play with httpPostMaxSize parameter but it did not help
<fileUploaderContext httpPostMaxSize="25600"/>
Please let me know what I can do to fix this problem.