YAFLogo

daedrahj
  • daedrahj
  • 50.2% (Neutral)
  • YAF Forumling Topic Starter
12 years ago
Is it possible to set my own request limits and error redirects for file uploads? The following security and httpErrors properties do not work. My site is integrated with yaf, but I also need to specify a customer error page for my site's file uploads. Any ideas?

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
12 years ago
By default yaf uses the custom error page error.aspx. You can change it to your own

<customErrors defaultRedirect="Error.aspx" mode="On"/>