Skip to content Skip to sidebar Skip to footer

Getting An Empty ImmutableMultiDict Object From JQuery Request Data

Trying to upload a file to server but the ImmutableMultiDict object is returning empty. upload.html Upload File Ajax

Solution 1:

It's your jQuery version too old to cause this.

When I use 2.1.1, the code runs Okay.

BTW, you do NOT need form_data.append.


Post a Comment for "Getting An Empty ImmutableMultiDict Object From JQuery Request Data"