Closed (duplicate)
Project:
Multiupload Filefield Widget
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Nov 2011 at 18:42 UTC
Updated:
28 Oct 2012 at 09:47 UTC
Comments
Comment #1
dicreat commentedConfirming that is a bug.
Comment #2
cweagansComment #3
czigor commentedThis is a transliteration module issue. Its hook_init should be rewritten to support the multiple html5 attribute.
Comment #4
berosoboy commentedThe transliteration module supports multiple file upload. The bug occurs because the attribute name of multiupload input is not "files", so it cannot be taken by $_FILES['files'] in transliteration_init().
I tried to fix the code. This works for me, but is applied to all files in $_FILES:
Sorry, my english is not good.
Comment #5
moonray commentedSame issue in the D6 version of transliteration.
Comment #6
czigor commentedI was wrong, this turned out to be an MFW issue.
As there's a patch here:
#1748646: Transliteration module support
I mark this as duplicate.