okay maybe I did oversee your filesId but the params are still in the wrong order.
Sebastian 2011/6/28 [email protected] <[email protected]> > public FileImportError[] importFileByInternalUserId( > String SID, 'SID' => $session_id, > Long internalUserId, 'internalUserId' => > $internalUserId, > Long externalFileId, MISSING > String externalType, 'externalType'=>$user_type, > Long room_id, 'room_id' => $roomId, > boolean isOwner, 'isOwner ' => true, > String path, 'parentFolderId' => -2, > Long parentFolderId, > 'path'=>'http:/temp/media/assets/folder/29/1308894254_3_uploadfile__table.xls', > String fileSystemName > 'fileSystemName'=>'1308894254_3_uploadfile__table.xls' > > ) > > > See the things in red that are wrong. > > > Sebastian > > > 2011/6/28 Daniel Jao <[email protected]> > > > > hmm.. so if i want my files to be use bounded, then i think i dont need > to call the addFolderByUserId anymore, let me focus then on > importFileByInternalUserId. > > > > question: > > > > array( > > 'SID' => $session_id, > > 'internalUserId' => $internalUserId, > > 'externalType'=>$user_type, > > 'externalFileId' => $fileId, //fix this one > > 'room_id' => $roomId, > > 'isOwner ' => true, > > 'parentFolderId' => -2, > > > 'path'=>'http:/temp/media/assets/folder/29/1308894254_3_uploadfile__table.xls', > > > 'fileSystemName'=>'1308894254_3_uploadfile__table.xls' > > > > ); > > > > 1. What should be the path? should it point to the file itself? > > 2. Any restriction on the fileSystemName? > > > > -- > > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" group. > > To view this discussion on the web visit > https://groups.google.com/d/msg/openmeetings-user/-/1wbIXKWvd_YJ. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]. > > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > > > > -- > > Sebastian Wagner > http://www.webbase-design.de > http://openmeetings.googlecode.com > http://www.wagner-sebastian.com > [email protected] > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
