mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
* 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:
parent
b11fa0302f
commit
c170e880e3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user