phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [phpGroupWare-users] Re: Filemeneger UPLOAD troubles


From: Benoit Hamet
Subject: Re: [phpGroupWare-users] Re: Filemeneger UPLOAD troubles
Date: Thu, 22 Feb 2007 15:34:51 +0100
User-agent: IceDove 1.5.0.9 (X11/20061220)

Hi,

At least, we now were is the problem, the input file is the root
directory which is a non sense ... Hard to understand why. Did you made
modifications in the filemananager ?

_debug_array($f) should output the uploaded file, not //. One
possibility is a miss detection of the \\ to / convertion. Perhaps php
5.1 changes the rules for that ?

Regards,

Caeies.

Dumitru Popa a écrit :
> 
> Hi, again
> 
> I add in function cp 
> _debug_array($f) and _debug_array($t) and I try to upload a file, this is the 
> result:
> 
> 
> FROM:
> 
> path_class Object
> (
>     [mask] => 1056
>     [outside] => 1
>     [fake_full_path] => //
>     [fake_leading_dirs] => 
>     [fake_extra_path] => 
>     [fake_name] => 
>     [real_full_path] => 
>     [real_leading_dirs] => 
>     [real_extra_path] => 
>     [real_name] => 
>     [fake_full_path_clean] => //
>     [fake_leading_dirs_clean] => 
>     [fake_extra_path_clean] => 
>     [fake_name_clean] => 
>     [real_full_path_clean] => 
>     [real_leading_dirs_clean] => 
>     [real_extra_path_clean] => 
>     [real_name_clean] => 
>     [mask_clean] => 1056
>     [outside_clean] => 1
> )
> 
> TO:
> 
> path_class Object
> (
>     [mask] => 32
>     [outside] => 
>     [fake_full_path] => /home/popad/ALFATEST/ajax-autocompletion.zip
>     [fake_leading_dirs] => /home/popad/ALFATEST
>     [fake_extra_path] => home/popad/ALFATEST
>     [fake_name] => ajax-autocompletion.zip
>     [real_full_path] =>  
> /xampp/htdocs/phpgroupware/filex/files/home/popad/ALFATEST/ajax-autoco 
> mpletion.zip
>     [real_leading_dirs] => 
> /xampp/htdocs/phpgroupware/filex/files/home/popad/ALFATEST
>     [real_extra_path] => home/popad/ALFATEST
>     [real_name] => ajax-autocompletion.zip
>     [fake_full_path_clean] => /home/popad/ALFATEST/ajax-autocompletion.zip
>     [fake_leading_dirs_clean] => /home/popad/ALFATEST
>     [fake_extra_path_clean] => home/popad/ALFATEST
>     [fake_name_clean] => ajax-autocompletion.zip
>     [real_full_path_clean] =>  
> /xampp/htdocs/phpgroupware/filex/files/home/popad/ALFATEST/ajax-autoco 
> mpletion.zip
>     [real_leading_dirs_clean] => 
> /xampp/htdocs/phpgroupware/filex/files/home/popad/ALFATEST
>     [real_extra_path_clean] => home/popad/ALFATEST
>     [real_name_clean] => ajax-autocompletion.zip
>     [mask_clean] => 32
>     [outside_clean] => 
> )
> 
> Any solution ?
> 
> Thank you,
> 
> DoruSent from the phpGroupWare forums @ http://forums.phpGroupWare.org
> 
> 
> _______________________________________________
> phpGroupWare-users mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]