[web2py] Process uploaded file

2014-07-11 Thread David Jobes
I have a db table that holds the files i have uploaded, i need to then be able to process them and add the information into another db table, i have not been able to find anything on it or in any book. suggestions or ideas -- Resources: - http://web2py.com - http://web2py.com/book (Documentatio

[web2py] Process uploaded file and save it in Folder uploads

2013-07-17 Thread Gerd
Hi! I have to anonymize HL7 file (replace all personal data with x). How can i process an uploaded file "on the fly". This is what i've tried (when it runs it actually saves the original file content, not the processed) *# Model* db.define_table('filetypes', Field('filetype','string'),