suggestions please "what should i watch for/guard against' in a file upload situation?"

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Thu Oct 7 01:44:49 EDT 2010


In message
<2ce3860b-ae21-48ae-9abc-cb169a6f15e2 at e20g2000vbn.googlegroups.com>, 
geekbuntu wrote:

> in general, what are things i would want to 'watch for/guard against'
> in a file upload situation?

If you stored the file contents as a blob in a database field, you wouldn’t 
have to worry about filename problems.



More information about the Python-list mailing list