Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 37b6de1626c9c850ab9b3cf808da2d2d > files > 1

apache-mod_upload-0-4mdv2008.0.src.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>