Rest - Catching Upload

In normal Yii/PHP code you just move uploaded file.

Is there anything I need to do in Rest for File/Multipart form (since most of the thing are automated?)

I use non-PHP library to do uploading via my rest API

Thanks!

S.