brendo / bulkimporter

A Symphony extension to allow the bulk uploading of data
6 stars 1 forks source link

getMetaInfo #1

Closed 6ui11em closed 13 years ago

6ui11em commented 13 years ago

I think there is a bug in line 280 where you get the meta information of the uploaded images:

I have to change this line: $fields['upload']->getMetaInfo($final_destination, $file->extension)

For this:

$fields['upload']->getMetaInfo($file->location, $file->mimetype)

To get the correct meta data.

brendo commented 13 years ago

Thanks, I really need to get a day out so I can update this extension to resolve this and a few other bits and pieces!

brendo commented 13 years ago

Fixed :)