I got a large array for:
$tmpfiles
$files
But $return is empty. Which, obviously, is the problem.
Also, I am in the IRC room. Connected just fine with Colloquy but Adium wouldn't find it.
I've got:
/vservers/migrationbre/htdocs/assets/images/
Which is correct (I was wondering if it was a path issue, myself).
Folder and file permissions are set to 777.
Alright. This may be a little sloppy but it's working fine: function on_after_save($values)
{
for ($i=0; $i < count($_FILES); $i++) {
$this->photos_model->insert(array('large_img'=>$_FILES['large_img_upload___'.$i]['name'], 'name…
I've mulled it over a bit more and I think my best solution would be to not use Flash.
I'm thinking:
- A module with an upload field with the 'multifile' class.
- Upon submission of the form a loop adds each file as a row to the 'photos' table…