Hi all!
I've got a problem with an upload php script.
The script which gets called from an upload - file page returns the following warning:
Warning: extract() expects first argument to be an array in [...] at line [xx]
The code at this line:
extract($_FILES['userfile'],EXTR_PREFIX_ALL,'uf');
The same code runs fine on my machine (windows with an older php version), but someone who uses my script gets this warning.
I would be glad if someone could help me with this message!
Maybe it has something to do with the $_FILES variable in newer php versions?
Thanks in advance
Hotkey