[Mozile] save problem
Michael Felden
mf at f63.de
Wed Oct 18 02:07:03 PDT 2006
Hi,
Mozile won't save file.
Installed 0.7 on my local Apache (Xampp) under XP home.
mozile.js:
var mozileModules=[
"UndoRedo",
"CopyCutPaste: requestPermissions=false",
"XHTMLBasic",
"LocalFile: file='G:\Webserver\xampp\htdocs\test.htm'",
"HTTPPost: url='http://localhost/save.php'",]
save.php:
<?php
$t = print_r($_POST, true);
$f = fopen('test.htm','w');
fputs($f,$t);
fclose($f);
?>
On save attempt over http post I get unexpected server response 200 -
page moved. The save.php saved an empty Post array.
What can I do?
Regards
Michael
More information about the Mozile
mailing list