Hi Max,
We have also problems with the restore function.
When we select a valid .cfbak-file and click the submit-button
nothing happens. I used line 543: echo $_FILES['file']['type'] in
admin.chronocontact.php to see what is expected and the value returned
is in our installation "text/plain".
However line 545: if($_FILES['file']['type'] == "application/octet-stream"){...
expects another value!!!!
I changed "application/octet-stream" into "text/plain" and guess what happened.
A restore of the file as a new document.
Perhaps this is a machine dependent flaw?
By the way. When the if-clause is not ture teh program does not return in
a proper way to the forms manager page.
Regards,
Bert
We have also problems with the restore function.
When we select a valid .cfbak-file and click the submit-button
nothing happens. I used line 543: echo $_FILES['file']['type'] in
admin.chronocontact.php to see what is expected and the value returned
is in our installation "text/plain".
However line 545: if($_FILES['file']['type'] == "application/octet-stream"){...
expects another value!!!!
I changed "application/octet-stream" into "text/plain" and guess what happened.
A restore of the file as a new document.
Perhaps this is a machine dependent flaw?
By the way. When the if-clause is not ture teh program does not return in
a proper way to the forms manager page.
Regards,
Bert