cancel
Showing results for 
Search instead for 
Did you mean: 

Upload file from Desktop using XML form

Former Member
0 Kudos

Hi,

I have created a XML form in which I have used the browser element to upload file.

My requirement is to upload file from local desktop rather than KM Folder.

Could someone tell me how to go about it.

Regards,

Ranu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Ranu.

The file should be uploaded to the KM folder to be available for the portal applications such as XML forms.

Its because the portal framework operates with resource IDs (RID) to manage the files.

The better way to solve this problem is providing users with a button "Upload" that calls the CM UI Command "file_upload".

You may add the command to the layout set that renders the XML forms collection.

Regards, Mikhail.