Uploading Large Attachments
On Windows Server 2003 systems, the default size limit for uploaded files is 4096 KB. If a user tries to upload an attachment that exceeds this limit, the user may get "The page cannot be displayed" or "Cannot find server or DNS Error" error messages.
To increase the upload limit for attachments:
1 Using a text editor, open:
\Program Files\Common Files\MetaQuest\Scripts\IIS\MqWVDConfig.vbs
2 Set the constant UPLOAD_FILE_MAX_SIZE to the maximum size (in bytes) for uploaded attachments. For example:
UPLOAD_FILE_MAX_SIZE = 1048576
' 1 MB
UPLOAD_FILE_MAX_SIZE = 5242880
' 5 MB
UPLOAD_FILE_MAX_SIZE = 10485760
'10 MB
3 Re-create the virtual directories where you want the new size limit to apply. Note that re-creating virtual directories logs off users.
a Start the Web View Editor.
b In the
shortcut bar, click URL .
c Click
to open the Web View Wizard.
d In the Web View Wizard, click Next until you get to the last page of the wizard, then click Finish. This recreates the virtual directories associated with the existing URL.
e Click Yes each time the Wizard asks if you want to re-create a virtual directory and reset its properties.
A URL (such as //Server/helpdesk) has several associated virtual directories (for example, helpdesk, helpdesk00, helpdesk01, and helpdesk02).
Related Topics