I'm trying to build a rest web service that should process a file upload.
When uploading using simple forms, the files are usually stored in the $_FILES variable... Where should the file contents be when uploading files using a curl post request? In other words, how can I build my rest api using fuel php so that it can process file uploads?