micropython-web-editor icon indicating copy to clipboard operation
micropython-web-editor copied to clipboard

File manager

Open vsolina opened this issue 2 years ago • 3 comments

Implement a dedicated page (or sub-frame) that enables common file management features.

Required features:

  • create, delete, rename a file
  • move files
  • single file download
  • single file upload
  • create, delete, rename a directory
  • move directories

Optional features (more complex):

  • directory download (as an archive)
  • directory upload

Would also be nice if a subset of these features would also be supported in the existing UI (e.g. drag a file into file list on the left to upload)

vsolina avatar Jan 22 '23 21:01 vsolina

I think this is really important. And I wish micropython would link on their page for this web editor + web file manager.

casainho avatar Jan 23 '23 09:01 casainho

Please have a look to this, and see if you are not force to reinventing the wheel: https://github.com/jczic/ESP32-MPY-Jama

image

casainho avatar Jan 23 '23 09:01 casainho

Wow! Thanks for the link. Had no idea Jean-Christophe was working on this. Looks amazing. It is a bit different though, since it's not web-based - it requires a native app.

vsolina avatar Jan 23 '23 10:01 vsolina