11-12-2010, 07:01 PM
It's strange.
Do you have some other details about?
Only add document gives this erroe? Have you test attachment or Update?
It could be a server timeout?
The "invalid folder id" error is only at the beginning of the script where $_POST["folderid"] is controlled.
You could add a:
echo $_POST["folderid"];
after the includes.. to verify if the posted var is corrupted.
Do you have some other details about?
Only add document gives this erroe? Have you test attachment or Update?
It could be a server timeout?
The "invalid folder id" error is only at the beginning of the script where $_POST["folderid"] is controlled.
You could add a:
echo $_POST["folderid"];
after the includes.. to verify if the posted var is corrupted.