OK. It _was_ a newbie question. This link solved my problem: http://www.java2s.com/Tutorial/Python/0240__File/Readbytesintoabuffer.htm
My apologies for taking up your precious bandwidth. ;) Keesjan On 29 mei, 11:24, keesjan <[email protected]> wrote: > Possibly a newbie question (which I am), but I'm stuck. > > I try to create a file upload form to store small binary (audio) files > in a DB. > > I use Deform for my form which contains a FileUploadWidget. Great. But > after this I hit a brick wall. How to pass the data from Deform > filedict into a SqlAlchemy LargeBinary? > > Keesjan -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
