appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.86k stars 3.65k forks source link

[Feature] Add support for a file explorer widget #2764

Open nidhi-nair opened 3 years ago

nidhi-nair commented 3 years ago

Summary

A user would like to browse through and manipulate a local or remote destination. The experience should allow users to download, rename and create files/folders.

lucmartinon commented 3 years ago

Hello, Thanks creating a feature request for this. In my case, the app I would want to build is a simple CRUD app with only one table. But each record can have associated documents, so each record will have a folder somewhere (either on the server or in an S3 bucket somewhere). Ideally, when viewing / editing a record, I would like to show the folder with the associated documents of this record, and let the user upload new files, rename files, create subfolders, etc.

Nikhil-Nandagopal commented 3 years ago

@hawisizu thank you for the feature request. This feature may take a while to get to because of our large backlog of feature requests, but we're working on a grid widget here #1427 which you can use to wire & perform functionality similar to this

lucmartinon commented 3 years ago

Thanks! actually I also think request #1728 will cover my needs and seems to be already in the pipe, so this is great!

somangshu commented 3 years ago

Somthing like filezilla?

somangshu commented 3 years ago

Another better example for this is > https://chonky.io/

@Nikhil-Nandagopal