HI,
I am having difficulty with the mcpuk file upload in php. I have all the functions working such as creating new folders, deleteing folders and renaming folders but when I try and upload an image to a folder I get the following alert error message.
Invalid response from connector.
If anybody knows what is the problem I would appreciate a dig out on this
Thanks
I am having difficulty with the mcpuk file upload in php. I have all the functions working such as creating new folders, deleteing folders and renaming folders but when I try and upload an image to a folder I get the following alert error message.
Invalid response from connector.
If anybody knows what is the problem I would appreciate a dig out on this
Thanks

RE: mcpuk file upload
Again the problem is the mcpuk file upload in php. I have all the functions working such as creating new folders, deleteing folders and renaming folders but when I try and upload an image to a folder I get the following alert error message.
Invalid XML response from connector.
RE: mcpuk file upload
RE: mcpuk file upload
RE: mcpuk file upload
in mcpuk\connectors\php\config.php you can specify the file extensions, which are allowed to upload in each folder (line 90 - 146).
RE: mcpuk file upload
RE: mcpuk file upload
header ("content-type: text/xml");
echo "<?xml version="1.0\" encoding=\"utf-8\" ?>\n";directly after:
//Progresshandler not specified, return generic response
This helps if you dont use an upload progress handler.
Greets, Oliver