-
Notifications
You must be signed in to change notification settings - Fork 382
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
FilePicker - select folder for upload #746
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Hi @nbelyh! |
@AJIXuMuK Do you think it would make more sense to add folder selector or a generic solution that would allow any fields (but these are to be implemented by user)? I think the second could be much easier to implement and more generic. The first one will provide extra value immediately though. But could be implemented as a test/example. |
@nbelyh - I would do the second. And yes, it would be awesome to include example in the web part included in the project. |
@AJIXuMuK Created related PR. Please kindly check when you have time 😃 |
Thank you @nbelyh - merged! |
Have not noticed missing escape for the "|" symbol, the documentation comes out wrong - created a PR to fix. Sorry 😅 |
Thank you @nbelyh |
Category
[x] Enhancement
[ ] Bug
[ ] Question
Version
Please specify what version of the library you are using: [2.1.0]
Desired Behavior
Would be really great if the FilePicker allowed you to select a place where to upload the file (target document library / target folder). Something like this one the "Upload" tab (it's completely blank now):
Alternative
Alternatively, it would be good enough to have a callback to render custom content for the upload tab ("renderUpload" or something like this). So that user can equip the file being uploaded with required additional information. This can be not necessarily the target folder only; it can also be some required properties for the target document library for example.
The text was updated successfully, but these errors were encountered: