PageRenderTime 26ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/zp-lightroom/xmlrpc_upload.php

https://code.google.com/p/zenphoto-publisher/
PHP | 7 lines | 4 code | 3 blank | 0 comment | 1 complexity | dad562b558c2c09624a55e154b9b7cb5 MD5 | raw file
  1. <?php
  2. if(!copy($_FILES["photo"]["tmp_name"], $_FILES["photo"]["name"]))
  3. echo "error";
  4. ?>