[thelist] File Upload in Apache?

Hassan Schroeder hassan at webtuitive.com
Fri Jun 8 09:58:49 CDT 2001


Chris Johnston wrote:
> 
> Is there something that you need to configure in Apache in order to be
> able to upload files through a form? I am trying to put together a page
> that allows people to upload files to a directory through a html form.
> All the file handling is done by CF but it keeps saying that the form
> field is empty. Anyone have any ideas?

The form field looks like:
 
  <input type="file" name="myUploadFile">

.. and the form tag like (spacing for readability):

  <form  name = "project" 
       method = "post" 
       action = "/someProcessName" 
      enctype = "multipart/form-data" >

??

If so, I'd replace your "someProcessName" with a stub that just
echos back a page with the form contents to see what's going on ...

FWIW!
-- 
H*
Hassan Schroeder ----------------------------- hassan at webtuitive.com 
Webtuitive Design ---(+1) 408-938-0567 --- http://www.webtuitive.com

    -- creating dynamic Web sites and applications since 1994 --




More information about the thelist mailing list