Hi,
Does Nubuilder support Blob as a field type?
It would allow files to be stored inside Mysql instead of externally.
Ernest
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.
Blob as a Field
-
- Posts: 249
- Joined: Sun Dec 06, 2020 6:50 am
- Location: Chennai, India, Singapore
Re: Blob as a Field
The input:file is available in the FastForm Builder in nuBuilderForte.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 51
- Joined: Sat May 16, 2020 10:08 am
-
- Posts: 51
- Joined: Sat May 16, 2020 10:08 am
Re: Blob as a Field
it doesn't let me save large pdf files like less than 3 MB even.
Tried largeblob, mediumblob, blob, all failed to save.
Tried largeblob, mediumblob, blob, all failed to save.
-
- Posts: 51
- Joined: Sat May 16, 2020 10:08 am
Re: Blob as a Field
Files
nuBuilder Forte has an Upload File facility and an Input:File Object is to allow simple things like photos, pictures or logos.
Because files are converted to JSON it's not practical to use this as a general method for storing bigger files over 300 Kb.
As the conversion process can take a while.
nuBuilder Forte has an Upload File facility and an Input:File Object is to allow simple things like photos, pictures or logos.
Because files are converted to JSON it's not practical to use this as a general method for storing bigger files over 300 Kb.
As the conversion process can take a while.
-
- nuBuilder Team
- Posts: 4299
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Blob as a Field
Unless someone has a better idea, you could first upload the file to the server
and in PHP AS,insert the file into a blob field.
and in PHP AS,insert the file into a blob field.
-
- Posts: 51
- Joined: Sat May 16, 2020 10:08 am