SimpleDropboxUploader

Simple dbinbox.com clone written in PHP

MIT License

Stars
13

SimpleDropboxUploader

Simple dbinbox.com clone written in PHP.

Configuration

config/config.php

<?php
// Access token for your Dropbox App
$ACCESS_TOKEN = "{Your Access Token}";

// Page title is used for <title> tag and <h1> headline
$PAGE_TITLE = "Upload to my Dropbox";

// Optional: enter an access code to protect Dropbox uploads
$ACCESS_CODE = "Your code";

// Optional: enable upload logging
$LOGGING = false;

Make sure you have php5-curl installed.

If you are having problems uploading files, please check the file upload limits in your webserver and your PHP configurations.

This app uses

Author

Fabio Niephaus