Mailinglisten-Archive | 
Hi,
Sunday, November 11, 2001, 12:55:45 PM, you wrote:
JS> Moin, Moin
JS> wild icebear wrote:
>> <?
>> Class Upload
>> {       
>>         var $HTTP_POST_FILES;
>>         
>>         function getFileName($field)
>>         {
>>                 return $this->HTTP_POST_FILES[$field]['name'];
>>         }
>>         
>> }
JS> Wie sieht den der Konstruktor deiner Klasse aus?
JS> Jens
der Konstruktor meine klasse sieht wie folgt aus:
        function Upload($HTTP_POST_FILES)
        {
                $this->HTTP_POST_FILES = $HTTP_POST_FILES;
                $this->isPosted = false;
        }
Danke für eure Hilfe!
mfg joha
-- 
mailto:wildicebear_(at)_gmx.de
    php::bar PHP Wiki - Listenarchive