-
|
As per this link https://help.form.io/userguide/form-building/premium-components#file, The File component is Premium. Are we sure we can use it freely as per https://nit-administrative-systems.github.io/dynamic-forms/uploads.html? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
In the Form.io Enterprise platform, Form.io manages your project's forms and resources. The File component is included as part of the enterprise plan, as you mentioned. After configuring a storage provider within the platform, files can be uploaded, and Form.io retains a reference to them for retrieval. When using |
Beta Was this translation helpful? Give feedback.
In the Form.io Enterprise platform, Form.io manages your project's forms and resources. The File component is included as part of the enterprise plan, as you mentioned. After configuring a storage provider within the platform, files can be uploaded, and Form.io retains a reference to them for retrieval.
When using
dynamic-forms, your Laravel application serves as the backend instead of Form.io. Sinceformio.jsis open-source, the File component can be used without restriction, anddynamic-formsincludes customizations to support an S3 or local storage driver.