* 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:53:40 +00:00
parent b11fa0302f
commit c170e880e3

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)