Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > 745d307f398a9fc3b70731baecc4cf42 > files > 1

apache-mod_upload-0-10mdv2010.1.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>