I am attempting to insert the new "encoded" filename of my upload into an unsupported db manually.
I have a SQLFORM.factory with an upload field that works fine. It uploads my file to disk and goes through store() from dal.py renaming my uploaded file as expected. no_table.a_witch.... My problem is that I can only retrieve the original filename in request.vars.a_witch.filename and I want the new name of no_table.a_witch.01987thaeoo789oefu32... How can I accomplish this? Thank you in advance for your help. -David

