MARKSTOS via RT napisał(a):
Show quoted text> <URL:
http://rt.cpan.org/Ticket/Display.html?id=32202 >
>
> On Wed Jan 09 11:08:34 2008, haueck wrote:
>
>> When I try to upload two files (residing in a different directories)
>> with the same name I get the following error:
>>
>> No filehandle for 'filename'. Are uploads enabled ($DISABLE_UPLOADS =
>> 0)? Is $POST_MAX big enough?
>>
>
> haueck,
>
> Sorry for the delayed response. Were you able to find a solution on your
> to this? My first question would be to reality-check the values for
> $DISABLE_UPLOADS and $POST_MAX
>
>
>
Hello,
$DISABLE_UPLOADS and $POST_MAX are set correctly (0,-1), otherwise
uploading wouldn't work at all. The problem is that file handles are kept
in a hash with only a filename (not a full path) as a key , so it's
impossible
to send two files with the same name.
Best regards,
Rafal Kozik