as I said before the param is not called *filename* its called *fileName*
review:
http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/fileservice/org/openmeetings/axis/services/FileService.java#310

public Long addFolderByUserId(String SID, Long userId,
                       Long parentFileExplorerItemId, String fileName, Long
room_id, Boolean isOwner,
                       Long externalFilesid, String externalType)

Sebastian

2011/6/28 Daniel Jao <[email protected]>:
> hi sebastiam,
>
> heres the result:
>
> mysql> select filename from fileexploreritem;
> +---------------------+
> | filename            |
> +---------------------+
> | Testing             |
> | 51                  |
> | 52                  |
> | 53                  |
> | 54                  |
> | acadmiacs table.png |
> | 61                  |
> | 62                  |
> | 63                  |
> | 64                  |
> | 65                  |
> +---------------------+
> 11 rows in set (0.00 sec)
>
> for #2 (adding of folder), im using addFolderByUserId
>
> as i said, i have the sample params as this one:
>
> Array
> (
>     [SID] => 103b1812e3a98369306a16eb63c51a61
>     [userId] => 8
>     [parentFileExplorerItemId] => 0
>     [filename] => Test Folder
>     [room_id] => 65
>     [isOwner ] => 1
>     [externalFilesid] => 0
>     [externalType] => Testing
> )
>
>
> while for adding of file, im using importFileByInternalUserId.
>
> id like to figure out adding of folder first so i can move on to adding of
> files.
>
> thanks,
> daniel
>
> --
> 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/-/HGKl0H7V26QJ.
> 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]

-- 
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.

Reply via email to