|
@@ -279,7 +279,7 @@ class request_helper
|
|
|
|
|
|
$checker = function ($stype)
|
|
$checker = function ($stype)
|
|
{
|
|
{
|
|
- $formtypes = ['application/x-www-form-urlencoded','text/xml','text/html','multipart/form-data'];
|
|
|
|
|
|
+ $formtypes = ['application/x-www-form-urlencoded','text/xml','text/html','multipart/form-data','application/octet-stream'];
|
|
foreach ($formtypes as $type) {
|
|
foreach ($formtypes as $type) {
|
|
if(self::start_with($stype,$type)) {
|
|
if(self::start_with($stype,$type)) {
|
|
return true;
|
|
return true;
|