File Upload Control

I have an application that has been deployed for over a year. In one of the forms I have a file upload being used. It has worked fine. The servers were upgraded a couple months ago from 5.12 to 6.5. Users are still able to upload small files but not large files (using 20MB as a large file). Here’s what I’ve looked at:

  1. 26GB of disk space - not the issue.

  2. Checked the file name and even tried to attach a file with the name of “test” - didn’t matter, still didn’t upload.

  3. Created an entirely new database on that server, added an upload control to a form - didn’t upload.

  4. Ran the same code on my 5.12 server - upload fine.

Basically what happens (from the browser) is the “Page cannot be displayed” shows and the document isn’t saved. The progress bar show the attachment being upload but hangs at the end until the page errors out.

Is anyone aware of any changes from R5-R6 that would make this happen or if there are some suggestions of the some other things I can troubleshoot.

Thanks in advance.

Bobbie

Subject: File Upload Control

There are two places you want to check in the Server Document.

  1. Internet Protocols\HTTP tabs → check the Maximum size request.

  2. Internet Protocols\Domino Web Engine → check the Maximum POST data.

Subject: RE: File Upload Control

Just found that not two minutes before you sent. Thanks, Bobbie