what does this file does?
If I put a print statement in this file, the image uploader stops working, which leads me to think that the file is in fact being executed. But when I put a file_put_contents() (PHP) command, a file is not generated. What gives?
If I put a print statement in this file, the image uploader stops working, which leads me to think that the file is in fact being executed. But when I put a file_put_contents() (PHP) command, a file is not generated. What gives?
RE: connectors/php/connector.php
Hi All the php files in this directory are used to communicate with the javascript. What it does is send back to the javascript an error code consisting of numbers if there was an error otherwise a good code if the file was uploaded. If you wanted to actually see your print statments you could try writing html code to upload a file to this script. This is the best way to do error checking if you want to see what is going on. is to run the file from the browser eg
http://some/path/connector.php?ServerPa ... Folder=abc