Displaying the contents (rather than saving) of an uploaded file with Django

Posted by Ron on Stack Overflow See other posts from Stack Overflow or by Ron
Published on 2010-04-26T13:24:07Z Indexed on 2010/04/26 13:43 UTC
Read the original article Hit count: 351

How can I have a form with a FileField, where the uploaded file will not be saved but instead its text contents will be extracted and displayed?

© Stack Overflow or respective owner

Related posts about django

Related posts about django-forms