<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Download File from server</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=120822063" />
  <subtitle>Download File from server</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=120822063</id>
  <updated>2026-04-04T04:57:41Z</updated>
  <dc:date>2026-04-04T04:57:41Z</dc:date>
  <entry>
    <title>RE: RE: Download File from server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120844405" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120844405</id>
    <updated>2021-06-24T10:30:08Z</updated>
    <published>2021-06-24T10:30:08Z</published>
    <summary type="html">&lt;p&gt;show your code, and tell us how it behaves. (the serveResource method
  probably is enough)&lt;/p&gt;</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2021-06-24T10:30:08Z</dc:date>
  </entry>
  <entry>
    <title>RE: Download File from server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120842467" />
    <author>
      <name>Iñigo Boyano</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120842467</id>
    <updated>2021-06-24T08:17:48Z</updated>
    <published>2021-06-24T08:17:48Z</published>
    <summary type="html">&lt;p&gt;Hi Mohammed, &lt;/p&gt;
&lt;p&gt;I've tried your solution before but the file is not downloaded and
  browser show nothing either.&lt;/p&gt;
&lt;p&gt;I've tried also the liferay core way with a fileEntry and nothing
  happends also.&lt;/p&gt;
&lt;p&gt;I'm missing something but i don't know what.&lt;/p&gt;
&lt;p&gt;
  &lt;br /&gt;Thanks a lot&lt;/p&gt;</summary>
    <dc:creator>Iñigo Boyano</dc:creator>
    <dc:date>2021-06-24T08:17:48Z</dc:date>
  </entry>
  <entry>
    <title>RE: Download File from server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120822368" />
    <author>
      <name>Mohammed Yasin</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120822368</id>
    <updated>2021-06-10T07:13:48Z</updated>
    <published>2021-06-10T07:13:48Z</published>
    <summary type="html">&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can try fetching the byte array of the file from your server
  folder and then send it for download using  ServletResponseUtil.&lt;/p&gt;
&lt;p&gt;Ex.&lt;/p&gt;
&lt;pre&gt;&lt;code class="language-java"&gt;byte[] fileBytes = FileUtil.getBytes(new File(&amp;quot;localfilepath//sample.pdf&amp;quot;));
		
ServletResponseUtil.sendFile(PortalUtil.getHttpServletRequest(resourceRequest), PortalUtil.getHttpServletResponse(resourceResponse), &amp;quot;sample.pdf&amp;quot;, fileBytes);
	&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Mohammed Yasin</dc:creator>
    <dc:date>2021-06-10T07:13:48Z</dc:date>
  </entry>
  <entry>
    <title>Download File from server</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120822062" />
    <author>
      <name>Iñigo Boyano</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=120822062</id>
    <updated>2021-06-09T10:54:20Z</updated>
    <published>2021-06-09T10:54:20Z</published>
    <summary type="html">&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a folder in the server with files that i have to can
  downloaded from a portlet.&lt;/p&gt;
&lt;p&gt;I have the ajax call to call the serveResource but i dont know how to
  generate the download for that file in the browser.&lt;/p&gt;
&lt;p&gt;Any help¿?&lt;/p&gt;
&lt;p&gt;Kind regards, &lt;/p&gt;</summary>
    <dc:creator>Iñigo Boyano</dc:creator>
    <dc:date>2021-06-09T10:54:20Z</dc:date>
  </entry>
</feed>
