Not every file upload is an image so height and width are not always relevant:
lib/paperdragon/file.rb
def default_metadata_for(job)
{:width => job.width, :height => job.height, :uid => uid}#, :content_type => job.mime_type}
end
breaks when job has no width/height