[eluser]invision[/eluser]
Starting to break it down, I notice I'm getting an issue here.
It's definitely storing the file name in
$_FILES['file']['name'];
It seems to be this spot here:
$file_name = $this->do_upload(); where it goes wrong.
The whole do_upload part just doesn't seem to want to play ball. I've tried the Upload demos on the server and it works great.
Any ideas?