<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Captive Portal with custom images in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-with-custom-images/m-p/408507#M92356</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm trying to implement the custom Captive Portal Response Page with custom images in it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to upload my own images to the Palo Alto to use them in the Captive Portal? I did found the info about using the custom images from outside web or FTP resources via URL tag, but it doesn't fit the requirements of my customer. So I need to use the own PA's storage for custom images.&lt;/P&gt;&lt;P&gt;I checked the HTML code of the Captive Portal page and found this:&lt;/P&gt;&lt;P&gt;&amp;lt;a class="navbar-brand" href="javascript&amp;amp;colon;void(0);"&amp;gt;&amp;lt;img class="logo"&lt;STRONG&gt; src="images/logo-pan-ced5d5.png"&lt;/STRONG&gt; alt=""&amp;gt;&lt;/P&gt;&lt;P&gt;Default logo is being downloaded from some 'images' folder. Where can I find this folder or upload my own image to this folder? Unfortunately, I didn't found any information about accessing PA Linux shell or accessing this folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I have one more question about custom Captive Portal. Inside the HTML Captive Portal code I found that login and password text boxes are being displayed via default variable &amp;lt;pan_form/&amp;gt;. I need to change the names of the boxes (i.e. "name" instead of "login"). How can I access to the code of that variable to change the box naming? Or maybe someone has the source code of that variable? If so, could you please provide me this code?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Sun, 23 May 2021 10:48:04 GMT</pubDate>
    <dc:creator>higawajj</dc:creator>
    <dc:date>2021-05-23T10:48:04Z</dc:date>
    <item>
      <title>Captive Portal with custom images</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-with-custom-images/m-p/408507#M92356</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm trying to implement the custom Captive Portal Response Page with custom images in it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to upload my own images to the Palo Alto to use them in the Captive Portal? I did found the info about using the custom images from outside web or FTP resources via URL tag, but it doesn't fit the requirements of my customer. So I need to use the own PA's storage for custom images.&lt;/P&gt;&lt;P&gt;I checked the HTML code of the Captive Portal page and found this:&lt;/P&gt;&lt;P&gt;&amp;lt;a class="navbar-brand" href="javascript&amp;amp;colon;void(0);"&amp;gt;&amp;lt;img class="logo"&lt;STRONG&gt; src="images/logo-pan-ced5d5.png"&lt;/STRONG&gt; alt=""&amp;gt;&lt;/P&gt;&lt;P&gt;Default logo is being downloaded from some 'images' folder. Where can I find this folder or upload my own image to this folder? Unfortunately, I didn't found any information about accessing PA Linux shell or accessing this folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I have one more question about custom Captive Portal. Inside the HTML Captive Portal code I found that login and password text boxes are being displayed via default variable &amp;lt;pan_form/&amp;gt;. I need to change the names of the boxes (i.e. "name" instead of "login"). How can I access to the code of that variable to change the box naming? Or maybe someone has the source code of that variable? If so, could you please provide me this code?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 23 May 2021 10:48:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-with-custom-images/m-p/408507#M92356</guid>
      <dc:creator>higawajj</dc:creator>
      <dc:date>2021-05-23T10:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Captive Portal with custom images</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-with-custom-images/m-p/408513#M92357</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/182441"&gt;@higawajj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It isn't possible to upload images to the firewall and use them on the captive portal login website. What you can do is to use the image you need (but it cannot be too big as there is a size limit of the custom captive portal html) as base64 directly in an img tag as src or also in css.&lt;/P&gt;
&lt;P&gt;--&amp;gt;&amp;nbsp;&lt;A href="https://www.w3docs.com/snippets/html/how-to-display-base64-images-in-html.html" target="_blank"&gt;https://www.w3docs.com/snippets/html/how-to-display-base64-images-in-html.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With your second question, jquery is your friend. With a framework like that it is possible to change the html at runtime. Also here there is something you should be careful: with jquery you could change any html property you want, but changing the name of the logintextbox could break the login completely. With that said, why do you need to change these textbox-names?&lt;/P&gt;</description>
      <pubDate>Sun, 23 May 2021 13:06:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-with-custom-images/m-p/408513#M92357</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2021-05-23T13:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Captive Portal with custom images</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-with-custom-images/m-p/1250368#M126157</link>
      <description>&lt;P&gt;Thanks! Neat trick with the base64 img tag!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2026 09:40:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/captive-portal-with-custom-images/m-p/1250368#M126157</guid>
      <dc:creator>J.Dhling</dc:creator>
      <dc:date>2026-03-17T09:40:21Z</dc:date>
    </item>
  </channel>
</rss>

