Files: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
=Upload File=
=Upload File=
Upload or drag a file here.
Upload or drag a file here.
Line 7: Line 16:
{"file":"ZGF0YT...SlJVNUVya0pnZ2c9PQ==","name":"nu_icon.png","size":21598,"type":"image/png"}
{"file":"ZGF0YT...SlJVNUVya0pnZ2c9PQ==","name":"nu_icon.png","size":21598,"type":"image/png"}
</source>
</source>
Because files are converted to JSON it's not practical to use this as a general method for storing bigger files.
As the conversion process can take a while.
The reason nuBuilder Forte has an '''Upload File''' facility and an '''Input:File''' Object is to allow simple things like photos, pictures or logos.


=Code=
=Code=

Latest revision as of 02:41, 28 March 2018

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.



Upload File

Upload or drag a file here.

Files are stored in nuBuilder Forte, in a JSON format that can be used in an HTML EMBED object...

<source lang='javascript'> {"file":"ZGF0YT...SlJVNUVya0pnZ2c9PQ==","name":"nu_icon.png","size":21598,"type":"image/png"} </source>

Code

Add a Lookup Code

Description

Add a Lookup Description

Group

Used to sort Images in a Browse Form.