Changes between Initial Version and Version 3 of Ticket #12446


Ignore:
Timestamp:
Feb 9, 2010, 5:47:19 AM (14 years ago)
Author:
Russell Keith-Magee
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12446

    • Property Triage Stage UnreviewedAccepted
  • Ticket #12446 – Description

    initial v3  
    22
    33Trying to upload multiple files in one field name of form which seems will be supported by mozilla in the near future ( correct me if I'm wrong ). There is no error occurs, but I can't get files via request.FILES.
    4 
     4{{{
    55    """
    66    Content-type: multipart/form-data, boundary=AaB03x
     
    2929    --AaB03x--
    3030    """
     31}}}
Back to Top