• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Permission Folder IIS

Caio

New Pleskian
Hi,

My application using server IIS 8.5, PHP 5.6

Upload file in folder is not working, and looking plesk panel show all permission enabled... but not sure.
Please, look print screen.



When use FileZilla to change permission, return error.

Estado: Definir permissões de '/projeto-lojas/Fotos' para '755'
Comando: CWD /projeto-lojas
Resposta: 250 CWD command successful.
Comando: SITE CHMOD 755 Fotos
Resposta: 500 'SITE': command not understood


PHP code
if (move_uploaded_file($file_tmp_name, $endereco.$file_name)){

}else
echo 'Erro ao salvar o arquivo. Aparentemente você não tem permissão de escrita.<br />';

$file_tmp_name from $FILE php is ok, and name too
everything is working fine in localhost.
 
plesk view folder in panel

Capturar7676.jpg
 
Back
Top