I tried to make use of the cgi script (throw a little php-script together) but i always get the following error:
1185148106: XML parser error: Unexpected character b at line 1 Old-style plist parser error: Unexpected ';' or '=' after key at line 1 Content-type: text/html
any suggestions? this is my code:
Code:<?php $file = "Keyboard.plist"; $fo = fopen($file, "r"); $fr = fread($fo, filesize($file)); $fr1 = utf8_encode($fr); ?> <center><form action="http://homer.informatics.indiana.edu/cgi-bin/plutil/plutil.cgi" method="post"> <?php echo "<textarea name='bookmarks' rows='10' cols='50'>{$fr1}</textarea>"; ?> <br><input type="submit" value="Go" /> </form></center>
the goal is to publish a usable one-click-upload script, which makes use of the cgi , so every windows user can convert their files without having to trouble about... post requests ect...



LinkBack URL
About LinkBacks








Reply With Quote

Bookmarks