* Filemanager: Firefox 7.0+ gave error "There is already a directory with that name!" when trying to upload a file

This commit is contained in:
Ralf Becker 2011-09-30 13:54:16 +00:00
parent 50b50e2a5d
commit dd80b89f96

View File

@ -463,7 +463,7 @@ function check_files(upload)
{
for(var i = 0; i < upload.files.length; ++i)
{
files.push(upload.files[i].fileName);
files.push(upload.files[i].name);
}
}
else if (upload.value)