Code:
<form role="form" name="upload_type" action="/upload" method="POST" enctype="multipart/form-data">
I would like to inform my application to what type of form is being submitted by a user. I thought I could use the form's "name" attribute but can not figure out how to retrieve this value using webapp2
.