Technical support This forum is closed.
Version 1.x > Technical support > BizForms: File Upload Field View modes: 
User avatar
Member
Member
ta5ae - 5/17/2006 5:28:36 PM
   
BizForms: File Upload Field
When a user tries to upload a file larger than the size set in the httpRuntime maxRequest limit, I 302 - Object Moved IIS error code was returned instead of an error message being shown or submitting my form.

NB: The form was set to show a text response after sending, send results to an email address with the file as an attachment.

Version 1.9 C# 2003.

User avatar
Member
Member
Martin_Kentico - 5/19/2006 2:31:01 PM
   
Re: BizForms: File Upload Field
Hello,

Thank you for your message.

I checked and it seems to be an IIS 5.1 version issue according to:

http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B910436

You should probably use the solution they give on that KB article, I tried to resolve this issue by just setting up the configuration but with no success.

If I can be of any further help, please let me know

Best regards

User avatar
Member
Member
ta5ae - 5/19/2006 4:10:45 PM
   
Re: BizForms: File Upload Field
Thanks a lot for the reply. We are using IIS 6.0 on windows 2003. I will try to look into IIS for the solution further.

User avatar
Member
Member
Martin_Kentico - 5/24/2006 1:30:32 PM
   
Re: BizForms: File Upload Field
Hello,

I have found something, that might help a little.

This one says about AspMaxRequestEntityAllowed setting that helped on some machines, so you might want to try find out some more information about this:

http://www.developmentnow.com/g/115_2005_1_0_0_455366/How-Do-I-Increase-File-Upload-Size.htm


The second one is a different solution, but also helped to someone, especially if your machine does not have the Service pack installed, it might be the solution (just installing the service pack):

http://www.webservertalk.com/archive120-2005-2-934292.html


Please let me know if some of the solutions helped so I could recommend that to someone else next time.

Best Regards