Project

General

Profile

Actions

Bug #21916

closed

files upload through Firefox 3.5.6

Added by Sebastien Reuse about 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-01-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When I try to upload a file with Firefox 3.5.6 with fileadmin the file is not uploaded without any explanation. The ajax Window is closed before I can read anything.
It works when I upload the file with Internet Explorer

Server:
TYPO3 4.3.0
PHP 5.3
APACHE 2.2.13
FEDORA 12
MySQL 5.1.41

Client:
Windows 7
Firefox 3.5.6
(issue imported from #M13162)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #21176: No upload in the new massuploader with FirefoxClosedSteffen Gebert2009-10-02

Actions
Related to TYPO3 Core - Bug #21920: Improve error handling of massuploaderClosedBenni Mack2010-01-06

Actions
Actions #1

Updated by Oliver Hader about 14 years ago

I this an issue with the new mass file uploader? I guess so...
Is your webspace secured by an .htaccess file that requires an authentication?

Actions #2

Updated by Sebastien Reuse about 14 years ago

no I use the standars file uploader (filelist->fileadmin->upload files->the ajax window pop-up)

no I don't have any .htaccess

It works perfectly under IE8 ...

Actions #3

Updated by Steffen Gebert about 14 years ago

Do you have a self-signed SSL certificate?

Actions #4

Updated by Sebastien Reuse about 14 years ago

No I don't use any SSL certificate.
I think it's an Ajax issue.

Actions #5

Updated by Steffen Gebert about 14 years ago

Can you upload more/bigger files at once to see, what's the error message?

Could you debug the JS by setting a break point in flashupload.js event handler uploadError?

It's this code:

uploadError: function(fileObj, errorCode, message) {
  this.activeUploads[fileObj.id].error(errorCode, message);
  this.fireEvent('uploadError', this, [this.activeUploads[fileObj.id], errorCode, message]);
  delete this.activeUploads[fileObj.id];
 }

Please tell me, what's errorCode and message.

I'm currently working on an improved error handling, so as much input as possible would be good!

Actions #6

Updated by Steffen Kamper about 14 years ago

in TV there is a simular issue: #13052
not reproducable, only appears in FF 3.5.2, never appears when firebug is active ...

Very strange and no idea how to fix. Even a alert in body onload doesn't appear, no errors, no error_log, nothing.

Actions #7

Updated by Steffen Gebert about 14 years ago

If you still encounter problems, please provide as much information as possible about your environment.

Starting with 4.3.2, flash uploader will have more explicit error messages and also output the error code provided by the underlying swfupload.

Actions #8

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF