Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 0ba21b0d4e9212ef5d7a64fb19624461 > files > 1

apache-mod_upload-0-6mdv2008.1.x86_64.rpm

<IfDefine HAVE_UPLOAD>
    <IfModule !mod_upload.c>
	LoadModule upload_module	extramodules/mod_upload.so
    </IfModule>
</IfDefine>

<IfModule mod_upload.c>

    # UploadField
    #   The name of the file upload field in the HTML form to be
    #   processed
    # 
    # UploadFormSize
    #   The size of the table allocated for form elements other than
    #   the upload. This is advisory; the APR can handle automatic
    #   resizing of tables.

</IfModule>