file/file.field.inc

if ($field['cardinality'] != 1) {
$parents = array_slice($element['#array_parents'], 0, -1);
$new_path = 'file/ajax/' . implode('/', $parents) . '/' . $form['form_build_id']['#value'].'/x-progress-id:'. $upload_progress_key;
// $new_path = 'file/ajax/' . implode('/', $parents) . '/' . $form['form_build_id']['#value'];

CommentFileSizeAuthor
filefield_nginx_progress.jpg116 KBfsyzty

Comments

perusio’s picture

Ok. Thanks for bringing the multiple fields problem to my attention. Can you provide a patch?

perusio’s picture

Assigned: fsyzty » perusio
gagarine’s picture

Their is some solution I think here https://drupal.org/comment/7606017#comment-7606017

Heihachi88’s picture

gagarine its a core hacking :)

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)