Proyectos de Subversion LeadersLinked - Services

Rev

Rev 298 | Rev 300 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 298 Rev 299
Línea 596... Línea 596...
596
                                   $tmp_file = sys_get_temp_dir() . '/' .  $remoteFilename;
596
                                   $tmp_file = sys_get_temp_dir() . '/' .  $remoteFilename;
597
                                   file_put_contents($tmp_file, $value);
597
                                   file_put_contents($tmp_file, $value);
Línea 598... Línea 598...
598
                                   
598
                                   
Línea 599... Línea 599...
599
                                   if($storage->putFile($path, $code, $tmp_file)) {
599
                                   if($storage->putFile($path, $code, $tmp_file)) {
600
                                       
600
                                       
601
                                       $url = $storage->getGenericFile($path, $code, $tmp_file) ;
601
                                       $url = $storage->getGenericFile($path, $code,  $remoteFilename) ;
602
                                   } else {
602
                                   } else {
Línea 603... Línea 603...
603
                                       $url = '';
603
                                       $url = '';