Skip to content

Instantly share code, notes, and snippets.

@milin
Created June 12, 2011 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milin/1022099 to your computer and use it in GitHub Desktop.
Save milin/1022099 to your computer and use it in GitHub Desktop.
view.py
if request.method == 'POST':
form = UploadFileForm(request.POST, request.FILES)
if form.is_valid():
form.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment