[TYPO3-dev] File Upload in BE Module

Steffen Kamper steffen at dislabs.de
Tue Aug 22 16:58:05 CEST 2006


Hi Jigal,

thx for this link, but unfortionally the 'HTTP_POST_FILES' is empty too, so 
there is no way to handle it.
      HTTP_POST_FILES EMPTY!

      _FILES EMPTY!



In FE I have no problem to upload a file, there i can use this functions.

But - in BE - it doesn't work !

Any other idea ?

Regards  Steffen

"Jigal van Hemert" <jigal.van.hemert at eurorscg.nl> schrieb im Newsbeitrag 
news:mailman.8122.1156256790.24118.typo3-dev at lists.netfielders.de...
Hi Steffen,

http://typo3.org/documentation/document-library/core-documentation/doc_c
ore_api/current/view/3/2/
Search on that page for t3lib_div::upload_to_tempfile

It gives you a few functions to handle file uploads.

Regards, Jigal.

> -----Original Message-----
> From: typo3-dev-bounces at lists.netfielders.de
> [mailto:typo3-dev-bounces at lists.netfielders.de] On Behalf Of
> Steffen Kamper
> Sent: dinsdag 22 augustus 2006 15:43
> To: typo3-dev at lists.netfielders.de
> Subject: [TYPO3-dev] File Upload in BE Module
>
> Hi List,
>
> i wonder about and have big problem in my BE module.
>
> I created a form with enctype="multipart/form-data" and an file input.
>
> After submitting I have no chance to get the file because
> $_FILES is empty !
> I searched the whole Globals but no way to get it uploaded.
>
> Does anybody know how to manage it ?
>
> many thx in advance ...
>
> mg  Steffen
>
>
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
> 






More information about the TYPO3-dev mailing list