Page MenuHomePhabricator

Multi-file selection is broken in Opera
Closed, ResolvedPublic

Description

In Opera 11.64 on Ubuntu, when I try to upload a batch of multiple files, the first file uploads successfully, but all other files fail. Symptoms are identical to bug 32353 (same issue with Firefox 3.6). Also reported here against an older Opera version:

http://commons.wikimedia.org/w/index.php?title=Commons:Upload_Wizard_feedback&diff=71491472&oldid=71483340


Version: unspecified
Severity: normal

Details

Reference
bz37040

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 12:28 AM
bzimport added a project: UploadWizard.
bzimport set Reference to bz37040.
bzimport added a subscriber: Unknown Object (MLST).

Merged with some modifications in 4a26c0876bd02d0b04f7aca55e8fe4985c4549f9

Base problem is that only the FormData-based upload transport supports multiple files right now. On browsers without the FormData interface (such as Firefox 3.6 and Opera 11.64) we use an iframe-based transport which has no way to accept arbitrary File objects.

Should take care of it now. :)

Gilles raised the priority of this task from High to Unbreak Now!.Dec 4 2014, 10:21 AM
Gilles moved this task from Untriaged to Done on the Multimedia board.
Gilles lowered the priority of this task from Unbreak Now! to High.Dec 4 2014, 11:20 AM