2017 © Pedro Peláez
 

library filebox

A small file upload service.

image

hidrarga/filebox

A small file upload service.

  • Thursday, June 4, 2015
  • by HgO
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 14 % Grown

The README.md

Introduction

FileBox is a small file upload service using FineUploader., (*1)

The server side application is written in PHP., (*2)

Installation

All you need to do is running bower:, (*3)

bower update

If you don't have bower installed, run:, (*4)

npm install -g bower

Features

  • Multi-upload
  • Drag&Drop
  • Chat integration (when a file is uploaded, a message is sent to people connected to the chat) via ChatBox.
  • ...

Configuration

Client

Don't forget to change the path to the server in index.html : change the action attribute action="path/to/bin/index.php" in the upload form., (*5)

You can decide to enable separate directories according to file format by removing in js/filebox.js:, (*6)

params: {
  directory: ''
},

Server

Don't forget to change the upload directory in bin/index.php, (*7)

The Versions

04/06 2015

v1.0.1

1.0.1.0

A small file upload service.

  Sources   Download

GPLv3

The Requires

 

by Avatar HgO