Hi all, <td class="cmp-modal-downloads__col--action" data-asset-share-id="download-archive" data-asset-share-download-id="61a36495-c979-4900-95a4-08d9a2e0f506"> <a href="page link" class="ui positive primary right labeled icon button">Download<i class="download icon"></i></a></td> how to do click ev...
Hi all, I have a requirement to write a util class to calculate timeout for different file format in java using default speed configuration. How to calculate the timeout for different file format? Thank you.
Hi, I have got the requirement to set maximum timeout in my ajax call. 10Mbps = 1mB/s upload ... 1GB file = 14min upload * 2 = 28 min 10Mbps = 1mB/s upload ... 500MB file = 7min upload * 2 = 14 min 10Mbps = 1mB/s upload ... 5MB file = 4 sec upload * 2 = 8 sec How can I get the timeout using the ne...
Hi all, I'm facing an issue which is very strange. I'm creating a csv file and sending it as a response for the search result. .csv file is created and sent as response but not downloaded bcz of the dot character appearing in btw the assets properties. You can notice in the screenshot. Has anyone f...
@Prince_Shivhare I'm getting url in string format like this.String requestRefererPath = request.getHeader(HttpHeaders.REFERER);How can I get path from this?
Hi all, http://localhost:4502/content/share/coke/en/light/report-template/file_report_template.html?wcmmode=disabledThis is the page url in my local./content/share/coke/en/light/report-template/file_report_template is page path. How can I get this page path using java? Thank you.
Hi all, I'm trying to use the opencsv library to write a csv file. The restriction being that I do not want to create a file on the disk or even a temp file. Is there a way I can achieve it?From what I looked, the constructor for CSVWriter requires a FileWriter object. Thanks!
Hi all, I've created a button component and given resourceType "core/wcm/components/form/button/v2/button". I have added dialog to my component because an extra field was supposed to be added (Path Browser). I need to get the path browser value given in dialog box in js file. How can I do that?