İzin IIS başka bir sunucuya move_uploaded_file üzerine engellendi

0 Cevap php

I have been struggling for a month to beat this problem. I have a PHP web application running on IIS, which allows a user to upload a file from a simple html form. The uploaded file is then moved to a folder on another server. This is working correctly on Apache, but fails on IIS with the error:

fonksiyonu ['move_uploaded_file'] failed to open stream: Permission in reddedildi ..

Ben dizinleri bir milyon kez tüm izinleri kontrol ettik. Ben düzgün çalışır başka bir sunucuda klasörüne sunucudan bir dosyayı kopyalamak için komut satırı aracılığıyla basit bir PHP komut dosyası çalıştırdığınızda, bu yüzden şüpheleniyorsanız sorun, IIS ile.

if (move_uploaded_file ($ _FILES ["file"] ["tmp_name"], "\ \ 000.00.0.00 \ tia web \ yükleme \ \". $ _FILES ["file"] ["name"])) {

0 Cevap