-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FileInput widget #249
Comments
Thanks for the detailed feature request. We do also have #44 which is similar, just recording for reference. The complexity with this one is that Node-RED doesn't always have access to a file system (e.g. when running Node-RED in a Cloud environment), so we'd need someway to (a) know that and (b) have a backup option, or communicate accordingly of we know access isn't possible |
Is this for uploading files from the machine running the browser, or reading files from the machine running node red? |
My interpretation would be the upload of files from browser device given that NR already has the "file in" node for reading files from the Node-RED host machine? |
Correct. When it is mentioned, it would be ideal to access files from dashboard in machine that is running nodered - similar as in here: https://www.youtube.com/watch?v=3QgK4IAAqcQ |
Closed by #981 |
Description
It would be nice to have widget which would allow to Drag and Drop JSON files.
Vuetify: https://vuetifyjs.com/en/components/file-inputs/
This msg.payload would return parsed JSON Object and msg.path would return file location in user file system msg.name - name of file
Non JSON files would return raw string.
Properties
Events
Controls
Existing Examples
https://vuetifyjs.com/en/components/file-inputs/
Have you provided an initial effort estimate for this issue?
I am no FlowFuse team member
The text was updated successfully, but these errors were encountered: