Posts by Gabriel Augusto Ribeiro Ferrei • 13 points
1 post
-
1
votes1
answer677
viewsQ: How to receive a PDF file in Django and save to a directory?
I get an html file using type="file". <form action="/docs/enviado/" method="post">{% csrf_token %} <input type="file" accept="pdf" name = "projeto"/><br /><br /> <input…