Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

New-UDInputfield unable to get file name only file content #799

Closed
wsl2001 opened this issue May 20, 2019 · 1 comment
Closed

New-UDInputfield unable to get file name only file content #799

wsl2001 opened this issue May 20, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@wsl2001
Copy link

wsl2001 commented May 20, 2019

when working with New-UDInputfield - file "Name" - type "file" react is pulling the content of the uploaded file and readastext.

it will be nice if we can capture the file name as well if we are trying to save the file on the server or even better have the ability to save uploaded files. like for example if someone wants to upload an image or excel file ....etc

its nice right now that it process the file but will be much nicer if we have the ability to save files

@adamdriscoll adamdriscoll added the enhancement New feature or request label May 21, 2019
@ThePoShWolf
Copy link

I just tried uploading an Excel file to my dashboard hoping to use ImportExcel to update a table and then noticed that it reads the uploaded file as text, as @wsl2001 pointed out. It would be awesome if New-UDInputField had a -SavePath or some similar parameter to tell it where to save the file and then we could choose what to do with it.

@adamdriscoll adamdriscoll added this to the 2.5.0 milestone Jun 25, 2019
adamdriscoll added a commit that referenced this issue Jun 28, 2019
adamdriscoll added a commit that referenced this issue Jun 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants