Shouldn't it be called ..retrieve_file_properties?
On Thursday, March 29, 2012 5:58:35 AM UTC-3, szimszon wrote: > > 2012-03-28 22:22:19 > > If you seek for the uploaded file's original name or the actual location > of the file in the disk now you can retrieve it by: > > file_prop=db.files_store.content.retrieve_fileproperties( row.content ) > original_filename=file_prop['filename'] > path_to_the_stored_file=file_prop['path'] > > Path is None if file is in DB. >