On 26 Mar, 15:34, Massimo Di Pierro <[email protected]> wrote: > SQLFORM automatically uploads the db.files.file to a file in uploads/ > that means the input stream is empty after the load.
That would make a sense. Didn't think about it actually that input stream might be emptied after saving file. > Do you want this to happen or just want it to pass to load_to_db? Ideally I would like to both save and process and I think code you posted will do the trick. Thank you! :) M

