Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
worksite sdk
meenal23
I need to move files between my file system and WorkSite server using its api.
I have previously done this with TeamSite.
Can somebody give me a comparison of how similar/different it will be when i implement the same thing with WorkSite?
Find more posts tagged with
Comments
Migrateduser
In a way they are the same and in many ways they are different as well
. WSMP supports the basic file upload(session, get to workspace, upload the file) With WSMP you need to set some basic attributes of the file that you are uploading, you should set these values separately(name, filetype, file extension, other metadata that you have extended your WOM with etc...). You should set any specific security attributes(public, private, custom...) All this so that, the webapp can find these attributes and populate the values and apply the security for that object. If something is amiss, you will have a hardtime convincing the webapp that the file is there