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
maybe it is the same issue as
#4, a new
branch provides a solution. can u check if your case is the same as this
one ? (link)
El 17 ago. 2017 1:34 PM, "Roberto Frias" <[email protected]>
escribió:
While testing the parser, I noticed that sending data other than files
causes the script to crash while processing each part.
so adding fields to the formData like this:
formData.append('name', product.name);
formData.append('uploadFile', file, file.name);
Would cause an error like this:
var k = str.split('=');
^
TypeError: Cannot read property 'split' of undefined
To fix this issue, additional condition for non-file data must be included
in the parser process logic.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABk4g941Z-H_b7TlWtWnCWEgFDRXbLtmks5sZGtWgaJpZM4O6gv2>
.
While testing the parser, I noticed that sending data other than files causes the script to crash while processing each part.
so adding fields to the formData like this:
Would cause an error like this:
To fix this issue, additional condition for non-file data must be included in the parser process logic.
The text was updated successfully, but these errors were encountered: