• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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