Static Public Attributes | |
string | body |
Definition at line 788 of file test_forms.py.
string tests::test_forms.MultipleUploadFileApp::body [static] |
""" <html> <head><title>form page</title></head> <body> <form method="POST" id="file_upload_form" enctype="multipart/form-data"> <input name="file-field-1" type="file" /> <input name="file-field-2" type="file" /> <input name="button" type="submit" value="single"> </form> </body> </html> """
Reimplemented from tests.test_forms.SingleUploadFileApp.
Definition at line 789 of file test_forms.py.