https://github.com/femto-apps/web-file-uploader
A simple tool to let people upload and share images and files
https://github.com/femto-apps/web-file-uploader
file nodejs uploader
Last synced: over 1 year ago
JSON representation
A simple tool to let people upload and share images and files
- Host: GitHub
- URL: https://github.com/femto-apps/web-file-uploader
- Owner: femto-apps
- License: mit
- Created: 2019-05-01T19:18:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:29:22.000Z (over 3 years ago)
- Last Synced: 2025-03-26T16:38:34.194Z (over 1 year ago)
- Topics: file, nodejs, uploader
- Language: JavaScript
- Homepage: https://v2.femto.pw
- Size: 1.97 MB
- Stars: 37
- Watchers: 5
- Forks: 3
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Chat][chat-shield]][chat-url]
[![MIT License][license-shield]][license-url]
Web File Uploader
Share files, images and other content.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
·
Changelog
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)
## About The Project
[![Web File Uploader Screenshot][product-screenshot]](https://v2.femto.pw)
Sharing files, images and other forms of media between users should be easy and fast. Unfortunately many existing sharing solutions will only accept certain formats (e.g. sharing images) or have security issues surrounding execution of untrusted code.
Thus, the aptly named 'web file uploader' has been written, it's main features include:
- Fast and minimal, pages are <20kb in size.
- Intelligent handling of files based on type, can generate icons and previews.
- Handles images, text, URLs and other forms of media.
### Built With
* [Node](https://nodejs.org)
* [Redis](https://redis.io/)
* [MongoDB](https://www.mongodb.com/)
## Getting Started
To get a local copy up and running please see [INSTALL.md](INSTALL.md)
## Roadmap
See the [open issues](https://github.com/femto-apps/web-file-uploader/issues) for a list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Alexander Craggs - uploader@femto.host
Dimi3 - https://github.com/Owkoot
Project Link: [https://github.com/femto-apps/web-file-uploader](https://github.com/femto-apps/web-file-uploader)
## Acknowledgements
* [Img Shields](https://shields.io)
* [Choose an Open Source License](https://choosealicense.com)
[contributors-shield]: https://img.shields.io/github/contributors/femto-apps/web-file-uploader.svg?style=flat-square
[contributors-url]: https://github.com/femto-apps/web-file-uploader/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/femto-apps/web-file-uploader.svg?style=flat-square
[forks-url]: https://github.com/femto-apps/web-file-uploader/network/members
[chat-shield]: https://img.shields.io/discord/493418312714289158?style=flat-square
[chat-url]: https://femto.pw/discord
[stars-shield]: https://img.shields.io/github/stars/femto-apps/web-file-uploader.svg?style=flat-square
[stars-url]: https://github.com/femto-apps/web-file-uploader/stargazers
[issues-shield]: https://img.shields.io/github/issues/femto-apps/web-file-uploader.svg?style=flat-square
[issues-url]: https://github.com/femto-apps/web-file-uploader/issues
[license-shield]: https://img.shields.io/github/license/femto-apps/web-file-uploader.svg?style=flat-square
[license-url]: https://github.com/femto-apps/web-file-uploader/blob/master/LICENSE.txt
[product-screenshot]: public/images/new_screenshot.png