Jump to content
php.lv forumi

localhost viss bumbas uz hostingu shaize


vitao.web

Recommended Posts

Labvakar!

 

Piedodiet, kad atkal uzplijos, bet nu ir vajadzīga kāds gudrākas galvas padoms.

Lieta tāda, ka ir skripts ar kuru es augšupielādēju failus uz serveri, kā arī dzēšu tos. Uz lokālā viss ir bumbās, bet kā ir hostinga, tā ir tik vieni errori.

 

process.php

upload.php

delete.php

 

Es domāju ka kļūda ir kaut kur šeit:

// make a note of the current working directory, relative to root.
$directory_self = str_replace(basename($_SERVER['PHP_SELF']), '', $_SERVER['PHP_SELF']);

// make a note of the directory that will recieve the uploaded files
$uploadsDirectory = $_SERVER['DOCUMENT_ROOT'] . $directory_self . '../../photos/';

// make a note of the location of the upload form in case we need it
$uploadForm = 'http://' . $_SERVER['HTTP_HOST'] . $directory_self . 'upload.php';

// make a note of the location of the success page
$uploadSuccess = 'http://' . $_SERVER['HTTP_HOST'] . $directory_self . 'success.php';

// name of the fieldname used for the file in the HTML form
$fieldname = 'file';

 

Jo varbūt hostings nepieļauj to vai kkā tā. Bet nu lūdzu apgaismojiet mani!

Link to comment
Share on other sites

Nē, nu es domāju failu un mapju rakstīšanas/lasīšanas atļaujas.. Ja izmanto WinSCP lai pielēgtos savam hostingam, tad uzklikšķini uz mapes, kur tiek augšupielādēti faili, nospied "Properties" un redzēsi vai ir rakstīšanas atļauja tajā mapē

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...