I am currently migrating a legacy db (mysql) to web2py. I have written some tooling that I will share as soon as I'm done (e.g. some code to convert phpmyadmin exports of sql table creates to web2py code)
Right now I am dealing with the file uploads from the legacy db. What I have done so far is to copy the filenames from the legacy db into fields of type "upload" and put the files into the uploads folder. However this does not seem to be enough to make the files downloadable with the download function. What is the proper way to deal with that? -- To unsubscribe, reply using "remove me" as the subject.

