$(form).serialize() Workaround for File Fields

前端 未结 1 506
北荒
北荒 2020-12-17 17:17

As we all know, .serialize() and .serializeArray() conveniently misses file fields (also `hidden fields).

But, Is

相关标签:
1条回答
  • 2020-12-17 17:38

    You may checkout the jquery form plugin which supports file uploads as well.

    0 讨论(0)
提交回复
热议问题