cancel
Showing results for 
Search instead for 
Did you mean: 

Content Server & cFolder Integration via Different Application

Former Member
0 Kudos

Hello,

We have cFolder 3.1 and content server. cFolder and Content Server is integrated. User can add file via cFolder & this file will be visible in cFolder.

But Customer has a different requirement.

They want to upload files to content Server Directly(ie not thru cFolders) using a web dynpro application, after uploading, a Document Link needs to be created in cFolder linking to Content Server. (Please note that this has to be document link and not a Bookmark/Hyper Link ). So that customier will still be able to use his API for reading the file content.

Can you plrease suggest the way forward?

Regards

Geogy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Geogy,

I think you can try the following way for this:

You need to be able to call the API CFX_API_DOC_CREATE, while uploading the document in the webdynpro application. While creating the document, you can provide the URl instead of original file path and save it.

thanks,

rajesh.

Former Member
0 Kudos

Hello Rajesh,

As mensioned in my message Upload thru cFolders is not possible.

The file customer is uploading is of very large size

9ie up to 2 GB), Hence they want to split that into multiple packets and send it directly to Content Server. They wanna use some standard tools for uploading the files.

Regards

Geogy