fuelphp / upload

FuelPHP Framework - File upload library
MIT License
26 stars 16 forks source link

[REST API] Decoding of multipart-data input #10

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hello,

I want to upload a file in a PUT HTTP request, using multipart-data.

In a POST request, PHP do the decoding of the input, but in a PUT request, the framework has to do it, and currently it does only support www-form-urlencoded, and no multipart-data.

WanWizard commented 10 years ago

Moved it back to Fuel/Core, it's an Input question, it should be transparent for Upload.

emlynwest commented 10 years ago

My bad

WanWizard commented 10 years ago

no problem ;)