Created by Sylvain GUERIT on 04/22/2005. Modified: 04/22/2005 10:16

Message

HTTP Web Server: File Upload Not Allowed Exception

Synopsis

Appends when file upload is disabled by Domino server.

Solution:
Add DominoDisableFileUploadChecks=1 in Notes.ini file.
This activates the uploading to a Domino server.

Solutions

This error might also occur if the file upload control has "Pass-Thru HTML" in effect.

Kristofers Sevcenko on 10/21/2005 01:57 AM

Use in computed subforms may also cause the problem (R6)

H.A. Hilhorst on 12/24/2005 04:10 AM

Throws this error when database is deployed onto SOLARIS box. Works perfetcly fine on a Windows box. No solution found yet?

sekar on 05/24/2006 09:08 PM

If you place file upload controls on form A and the form submits to form B, and form B doesn't have the file upload controls, you will also get this error.

You should place the file upload controls on form B, view the source of form B to find the HTML that Domino generates for the input type=file, and then place that HTML in form A.

Matt Holthe on 06/07/2006 12:32 PM

In ComputedForDisplay field I have this formula:

Extention := @UpperCase( @Right( @Subset( @AttachmentNames; 1 ); 4 ) );

TableStart := "<table><tr>";

TableEnd := "</tr></table>";

@If( @AttachmentNames != ""; TableStart + "<tr class=\"studentrecordd\"><td><img border=\"1\" src=" + "/" + @WebDbName + "/" + @Text( @DocumentUniqueID ) + "/$FILE/" + @Replace( @AttachmentNames; ";"; "-" ) + " align=\"top\"></td></tr><tr><td class=\"studentrecordd\">" + @AttachmentNames + "</td></tr>" + TableEnd; "" )

When I changed those 2 lines:

TableStart := "<table><tr>";

TableEnd := "</tr></table>";

to:

TableStart := "[<table><tr>";

TableEnd := "</tr></table>]";

(Passthrough HTML) this error occured.

Funny.

Tomas Cermak on 07/11/2006 06:11 PM

On the From Properties, under Conflict Handling:

Do not select "Do Not Create Conflicts". When I changed this back to the default "Create Conflicts," the error went away.

JeffG on 12/05/2007 01:48 PM

On the Database Properties

do not select "Use JavaScript when generating pages". But it in my case.

TigerLily on 10/02/2010 07:43 AM

Use this form to add a suggested cause or solution which you think might help.

Adding content is disabled. The spammer have won.