An open API service indexing awesome lists of open source software.

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

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]





Logo

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