You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
I am trying to POST some data with a file upload. The data contains a multi select field. All data is posted as multipart/form-data. However when I examine the $data at the server, it only has a single element object with the last element posted.
@weierophinney
@ezimuel
Hi there,
I am trying to
POST
some data with a file upload. The data contains a multi select field. All data is posted asmultipart/form-data
. However when I examine the $data at the server, it only has a single element object with the last element posted.This is what the payload was...
And this is what the server $Data has
Check the input var
applSeason
aboveIs this a bug or am I doing something wrong?
Any help is much appriciated
The text was updated successfully, but these errors were encountered: