Hello all,
I’m coding a module for egroupware atm and have a problem with upload function.
This is the form i submit a type=file:
echo “<form enctype=‘multipart/form-data’ action=’”.$GLOBALS[‘egw’]->link(’/index.php’,array(‘menuaction’ => ‘etube.uietube.video_upload’,‘message’=>‘YES’))."’ method=‘post’> ";
But in my function etube.uietube.video_upload, I have no $_POST and no $_FILES.
If I remove the enctype I have access to $_POST but the file will not be uploaded.
Have anybody a hint for me whats wrong?
Is there a code snipped I can have a look?
Thanks in advance
TDOe