[thelist] File Upload in Apache?

Chris Johnston chris at completeimaging.com
Fri Jun 8 10:09:44 CDT 2001


Thanks, but I actually figured out what my problem was, and it wasn't
Apache. I had forgotten to set the enctype for the form.

<tip type="forms">
If you are going to try and upload files through a form, always make
sure you that you set the form to allow files by adding this attribute;

enctype="multipart/form-data"

Otherwise your form field that should contain the file will be empty,
</tip>

/chris





More information about the thelist mailing list