Hi
Does anyone have a manual on how I have to upload a file, view this file in the editform and download it from the database?
If I upload now, I see the file only in zzzzsys_file, not in the table of my form.
Johan
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.
user manual file object
-
- Posts: 68
- Joined: Sun Mar 04, 2018 6:38 pm
Re: user manual file object
Check out this post https://forums.nubuilder.cloud/viewtopic. ... 377#p16323
This will show you the code used in nuBuilder to save and view files under the "Files" button. You can use this code (slightly modified of course) in your form's custom JavaScript. This should get you going in the right direction.
This will show you the code used in nuBuilder to save and view files under the "Files" button. You can use this code (slightly modified of course) in your form's custom JavaScript. This should get you going in the right direction.
TonyD
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: user manual file object
What type of files do you want to upload? I just want to draw your attention to the fact that nuBuilder's file object is not suitable for uploading large files to the database.johan wrote: Does anyone have a manual on how I have to upload a file, view this file in the editform and download it from the database?
Re: user manual file object
Toms
My files are pdf or odt.
Is there an other solution to attach files to a form?
My files are pdf or odt.
Is there an other solution to attach files to a form?
Re: user manual file object
Johan,
You would be best using a third party product like DropBox.
In the near future, we will provide some tips on how to in a video.
Steven
You would be best using a third party product like DropBox.
In the near future, we will provide some tips on how to in a video.
Steven
Re: user manual file object
Steven
Do you already have some tips for this issue?
How can I upload / download files to my own server using NuBuilder?
Johan
Do you already have some tips for this issue?
How can I upload / download files to my own server using NuBuilder?
Johan