Skip to Content
-1
May 17, 2018 at 06:34 PM

$.request.entities doesn't contain any entity xsjs

195 Views Last edit May 17, 2018 at 06:50 PM 2 rev

 

I am trying to implement multipart request to use DMS on HCP trail account using XSJS. As it is mentioned in HCP Help. SAP HANA Cloud Platform I have created index.html and corresponding xsjs application in HCP Trailaccount as per below link from jsdoc. JSDoc: Tutorial: Creating documents and folders My index.html has following content:

<form action="fileupload.xsjs" enctype="multipart⁄form-data" method="post">
    Description:
    <input type="text" name="description" size="30"><br/>
    File:
    <input type="file" name="datafile" size="40"><br/>
    <input type="submit" value="Submit"><br/>
</form>

Everthing is working but $.request.entities doesn't contain any entity