A different but related problem. Now that I have the file on the filesystem with the nice web2py renaming to prevent directory traversal attack, I cannot use the default download function to download my newly uploaded file.
<type 'exceptions.KeyError'>('no_table')
This is because I'm using SQLFORM.factory and dal.py store() adds
no_table to the beginning of my filename as expected.
Why should no_table break downloading my image file?
Please advise.
-David

