Postponed (maintainer needs more info)
Project:
Multiupload Imagefield Widget
Version:
7.x-1.0
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 May 2012 at 17:46 UTC
Updated:
3 Jan 2014 at 20:20 UTC
Jump to comment: Most recent
Comments
Comment #1
n1rmus commentedI had same issue. In my include/file.inc was no function drupal_move_uploaded_file(). So I found it source on drupal.org and added it to include/file.inc. Now it's working.
Hope it will help somebody.
P.S. My version of Drupal is 7.7
Comment #2
czigor commentedThis function is in file.inc.
Can you reproduce this on a clean drupal install?