Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

is it possible to use file upload in angular-formio ? [BUG] #153

Closed
1 task done
Aswany09 opened this issue Oct 12, 2020 · 1 comment
Closed
1 task done

is it possible to use file upload in angular-formio ? [BUG] #153

Aswany09 opened this issue Oct 12, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@Aswany09
Copy link

Aswany09 commented Oct 12, 2020

is it possible to use file upload in angular-formio?

  • Hosting type
    • [] Form.io
    • Local deployment
      • Version: 1.11.0
  • Frontend framework: Angular Material
  • Browser: Chrome,Firefox
  • Browser version: 70+

Steps to Reproduce

  1. add file upload to formbuilder
  2. formrender doesn't show file input (Unknown Component: File)

Example

image

form JSON,

{"components": [
{
"label": "Upload",
"tableView": false,
"storage": "base64",
"webcam": false,
"fileTypes": [
{
"label": "",
"value": ""
}
],
"key": "upload",
"type": "file",
"input": true
},
{
"label": "Text Field",
"tableView": true,
"key": "textField",
"type": "textfield",
"input": true
}
]}

@Aswany09 Aswany09 added the bug Something isn't working label Oct 12, 2020
@wag110894
Copy link

Hello @Aswany09,

The file component is part of our premium components and you will need to have access in order to use our file upload component as well as many others.

Please let me know if you are interested and we can get the process started.

@Aswany09 Aswany09 closed this as completed Nov 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants