Hi,
I'd like to import a file located on the server to accounts. Therefore I modified the templates of the Import module and added the following into ImportStep3.php:
Unfortunately it seems as this file is never executed.PHP Code:$myhandler=fopen("log.txt","w+"); fwrite($myhandler,$fileonserver.' a: '.$_REQUEST['fileonserver'].' b '.$_POST['fileonserver'].' c '.$_GET['fileonserver']); fclose($myhandler); if ($_REQUEST['fileonserver']!='null') { unlink($tmp_file_name); $tmp_file_name = $_REQUEST['fileonserver']; }
What to do?
Andreas


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks