Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

aldesantis/Dropzone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropzone

What is this?

This is a simple drag'n'drop upload script I made in a boring eveening: it allows your users to leave you a file. The link to download it will be sent to you by email.

What technologies does it use?

It uses the following libraries/technologies:

Installation

Clone the Git repository

Open a terminal and type:

$ git clone git://github.com/alessandro1997/Dropzone.git

This will copy Dropzone into the Dropzone folder.

Download the submodules

Move into Dropzone's directory and type:

$ git submodule init
$ git submodule update

This will download Git submodules into their directories.

Download Composer dependencies

Then you have to type:

$ wget http://getcomposer.org/composer.phar
$ php composer.phar install

This will download a copy of Composer and install the project's dependencies.

Configure Dropzone

Copy the app/config.php.dist file into app/config.php and customize the values.

Create the writable directories

Create the app/logs and app/cache directories:

$ mkdir app/logs app/cache
$ chmod 777 app/logs app/cache

Do the same for your uploads directory.

Upload!

Upload everything to your FTP server (make sure web is the document root) and check that everything works as expected.

That's it!

About

[DISCONTINUED] HTML5 file uploads for dummies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors