Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > aec935767ade201ddf27b0035e974005 > files > 1

apache-mod_upload-0-9mdv2010.0.i586.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>