Closed (won't fix)
Project:
JSON server
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2008 at 18:02 UTC
Updated:
21 Sep 2011 at 15:42 UTC
Sometimes services want to provide a file upload method - but currently the json server doesn't have any means of checking for items in the $_FILES superglobal.
Attached is a patch that would check for method arguments defined as #type => 'binary' by the service - and then look for the matching argument in the $_FILES superglobal.
andre
| Comment | File | Size | Author |
|---|---|---|---|
| json_server.patch | 1.21 KB | andremolnar |
Comments
Comment #1
skyredwang