apple wallet pass

rxr3673
4 Posts
rxr3673 posted this 18 January 2024
Ask a Question

cant upload a PKPASS file

cant upload a PKPASS file
Vote to pay developers attention to this features or issue.
5 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 19 January 2024

Hello Rodolfo,

Thanks for reaching out to us

Kindly elaborate more on that. Where you can’t upload your files? Where do you just your website?
...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Rodolfo, Thanks for reaching out to us Kindly elaborate more on that. Where you can’t upload your files? Where do you just your website? ................................................... Sincerely, Ahmad. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
rxr3673
4 Posts
rxr3673 posted this 19 January 2024

in the nicepage windows aplication im trying to add a button when clicked opens a .pkpass file.
but when i try to select it on the menu says "the uploaded file type is not supported"

i dont use the nicepage hosting service i have my own server and i upload the webpage via ftp

in the nicepage windows aplication im trying to add a button when clicked opens a .pkpass file. but when i try to select it on the menu says "the uploaded file type is not supported" i dont use the nicepage hosting service i have my own server and i upload the webpage via ftp
Support Team
Support Team posted this 19 January 2024

Hi Rodolfo,

The button control allows to open the PDF files only. To add any other files on a button click you need to add the custom code for the whole button and the link to your file using HTML control.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Rodolfo, The button control allows to open the PDF files only. To add any other files on a button click you need to add the custom code for the whole button and the link to your file using HTML control. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
rxr3673
4 Posts
rxr3673 posted this 19 January 2024

i hope you change that. i want to manage any type of file.

i hope you change that. i want to manage any type of file.
Support Team
Support Team posted this 19 January 2024

Hello Rodolfo,

You can use the following code below in the HTML element, so the users can download your files.

<form method="get" action="files/PKPASS.zip">
   <button type="submit">Download!</button>
<input type="hidden" value="" name="recaptchaResponse"></form>
807tpg.png

Or simply upload the files to your Google disk and assign the link to the files for a button on your website.
...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Rodolfo, You can use the following code below in the HTML element, so the users can download your files. <form method="get" action="files/PKPASS.zip"> <button type="submit">Download!</button> <input type="hidden" value="" name="recaptchaResponse"></form> !807tpg.png! Or simply upload the files to your Google disk and assign the link to the files for a button on your website. ................................................... Sincerely, Ahmad. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments