how to create a upload button to store a pdf file and a button to download it.
I have a table to which I have to attach a pdf file to each row.
thank you
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
File Upload and Download PDF
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: File Upload and Download PDF
tovidiu,
Check out how it's done here: "Home ► (Stored) Files". This should help you get started.
To get access to the code of the form, run this query in your database:
Check out how it's done here: "Home ► (Stored) Files". This should help you get started.
To get access to the code of the form, run this query in your database:
Code: Select all
UPDATE `zzzzsys_setup` SET `set_denied` = '0';
Re: File Upload and Download PDF
tovidiu,
I have made a change that will allow you to save and view PDFs in Files.
You will need to get the latest from Github and run Update.
To see how you can make it work elsewhere, you can to as toms suggested.
Let us know how you go with it.
Steven
I have made a change that will allow you to save and view PDFs in Files.
You will need to get the latest from Github and run Update.
To see how you can make it work elsewhere, you can to as toms suggested.
Let us know how you go with it.
Steven
-
- Posts: 17
- Joined: Sat Jan 06, 2018 5:45 pm
Re: File Upload and Download PDF
Before deciding how to proceed I want to know how to create a button to print the file or download it.
thank you
Ovidiu
thank you
Ovidiu
Re: File Upload and Download PDF
Ovidiu,
If you want to print a PDF, simply right click on it.
If you want to create a Report with an image in it...
http://wiki.nubuilder.net/nubuilderfort ... Properties
Steven
If you want to print a PDF, simply right click on it.
If you want to create a Report with an image in it...
http://wiki.nubuilder.net/nubuilderfort ... Properties
Steven
You do not have the required permissions to view the files attached to this post.