[TYPO3-dev] HTTP_POST_FILES Is empty after upload file in frontend

Wolfgang Klinger wolfgang at stufenlos.net
Wed May 3 14:01:04 CEST 2006


 *hiya!*

 On Sun, 30 Apr 2006, Richard Paquet wrote the following:
> My HTTP_POST_FILES Is empty after upload file in frontend
> 
> Any Idea?

 you have to use
----
<form action="..." method="post" enctype="multipart/form-data">
----
 to make file uploads work[1]
 and I suggest you take a look at PEAR:HTTP_Upload
 http://pear.php.net/package/HTTP_Upload
 that's really easy to use.


 bye
 Wolfgang

 [1] see:
 http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.2
 http://www.ietf.org/rfc/rfc2388.txt
 for reference

 




More information about the TYPO3-dev mailing list