Kludex / python-multipart

A streaming multipart parser for Python.

Home Page:https://kludex.github.io/python-multipart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to read the in-memory file content

spree1010 opened this issue · comments

Hi,

I have a silly question, would you please help how to read the file content in the quick start document.
https://andrew-d.github.io/python-multipart/quickstart.html#in-depth-example

def on_file(file):
ret.append("Parsed file named: %s" % (file.field_name,))

Thank you!
Kun

I don't understand the question. Please rephrase it.