Write your own download function for these? The reason is because web2py stores the filenames in a safe format.
-- Thadeus On Wed, Apr 14, 2010 at 7:54 AM, selecta <gr...@delarue-berlin.de> wrote: > 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. >