I need to look at the complete action. I suspect you have SQLFORM.factory somewhere that is interefring with the process.
On Jan 8, 3:31 pm, weheh <[email protected]> wrote: > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

