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
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'),
2 matches
Mail list logo