Massimo, thanks for your continued support on this issue. I'm still having trouble.
I'm doing this to store an uploaded file: db.doc.insert(filename=db.doc.filename.store (request.vars.filename.file,request.vars.filename.filename)) where doc is a table with ... Field('filename','upload') ... Problem is, I get a file with name no_table.filename.crypto-string.txt and doc.filename.crypto-string.txt, where the doc.filename.crypt- string.txt is empty and the no_table.filename.crypto-string.txt has my uploaded text file. So this obviously isn't working. What do you think I'm doing wrong?
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.