I have just experienced some strange behaviour in the file manager after uploading a file (only in firefox 0.93 (maybe other versions too)) after uploading successfully when reseting the frmUploadWorker frame it seems to repost the form data without the file, this returns an Invalid File message, it then gets stuck in a continuous loop of reposting the form and displaing the invalid file message. This can be stopped by commenting out line 54 of editor/filemanager/browser/default/frmupload.html
Additionally in firefox again it does not refresh the resource list after an upload, this occurs when a relative path is specified for the connector in the fckconfig.js file for some reason firefox interprets the path (only on refreshing after an upload) using a base path already in the connectors path, so it ends up asking the server for something like:
editor/editor/filemanager/browser/default/connectors/php/connectors/php/connector.php?Comm....
and gets back a 404 causing a JS error along the lines of this.DOMDocument has no properties.
This can be avoided by specifying the connector path in its absolute form.
Additionally in firefox again it does not refresh the resource list after an upload, this occurs when a relative path is specified for the connector in the fckconfig.js file for some reason firefox interprets the path (only on refreshing after an upload) using a base path already in the connectors path, so it ends up asking the server for something like:
editor/editor/filemanager/browser/default/connectors/php/connectors/php/connector.php?Comm....
and gets back a 404 causing a JS error along the lines of this.DOMDocument has no properties.
This can be avoided by specifying the connector path in its absolute form.