You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Google Drive clone website that has been created using HTML and CSS. It is a simple web application that replicates some of the basic functionalities of Google Drive, allowing users to upload, view, and manage files and folders.
In this small NodeJS & Express web application, I added file uploads. First, to do this, I added the input type file to the HTML elements to give the user a file picker. Then, I also configure the form element by using the enctype attribute and setting it as multipart/form-data. Afterwards, I had to handle the file on the server side, so I used …
Previewer is a file browser for linux terminal written in python with curses, it is meant to easily preview files, with a simple folder tree list as navigation system