Jump to content

can't not upload file " the folder path is not allowed "


Recommended Posts

Okay, try checking this: adminfolder\ajaxfilemanager open ajax_file_upload.php.

 

Find this line:

elseif(empty($_GET['folder']) || !isUnderRoot($_GET['folder']))

 

try removing

 

|| !isUnderRoot($_GET['folder'])

 

This is just a test, see if it works this way. Otherwise, the other statement is the one which rises the issue

Link to comment
Share on other sites

Okay, try checking this: adminfolder\ajaxfilemanager open ajax_file_upload.php.

 

Find this line:

elseif(empty($_GET['folder']) || !isUnderRoot($_GET['folder']))

 

try removing

 

|| !isUnderRoot($_GET['folder'])

 

This is just a test, see if it works this way. Otherwise, the other statement is the one which rises the issue

 

hi nemo1

i have try this way, but it not working , the error message was change to sintaxerror : sintax error

Link to comment
Share on other sites

×
×
  • Create New...