问题 I'm trying upload multiple files with flask_restful, but can't get the files name list in the arguments except the first file name, how can i get the files list with args? here is my code, from models import Server import werkzeug from werkzeug import secure_filename from settings import upload_folder,allowed_extensions,currentWorkingPath,os,sys,reqparse,Resource from settings import fields,marshal_with,abort from settings import redirect, url_for ''' #########################################