assembl.views.api2.attachments module

assembl.views.api2.attachments.upload_file(request)[source]

POSTing a file upload is very different than any other endpoint in assembl API because all of the content will be passed in using a MULTIPART_HEADER, with all of data as well as the file (along with its metadata)