Uploadify dosyaları yüklemek için başarısız

0 Cevap php

I made a small script which basically uses jQuery uplodify to upload files to dynamically generated directories. It works fine on my localhost but does nothing on my remote test server. I inspected the traffic with fiddler and noticed the following warnings are issued:

Warning: move_uploaded_file (/ data / web / uploaded_videos / Majid / dosya.txt): /data/web/14/2d/81/jqeedu.tuxfamily.org/htdocs/file_upload/res/uploadify.php on line {[(2)] böyle bir dosya ya da dizin yok: failed to open stream }

Warning: move_uploaded_file (): /data/web/14/2d/81/jqeedu.tuxfamily.org/htdocs/file_upload/res/uploadify.php on line in '/ data / web / uploaded_videos / Majid / dosya.txt' için '/ data / web / tmp / phpRHJQQx' taşınamıyor 40

Ben tmp dizin dışında aslında htdocs olduğunu görüyoruz uzak sunucunun dizin yapısını incelemek ve hem de aynı dizinde zaman. Bu başarısızlık neden olan nedir? Bunu nasıl düzeltebilirim gerekir?

0 Cevap