Title: Simple Dropbox Upload
Author: hiphopsmurf
Published: <strong>25 december 2011</strong>
Last modified: 18 september 2013

---

Plugins zoeken

![](https://ps.w.org/simple-dropbox-upload-form/assets/banner-772x250.jpg?rev=487224)

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

![](https://s.w.org/plugins/geopattern-icon/simple-dropbox-upload-form_457872.svg)

# Simple Dropbox Upload

 Door [hiphopsmurf](https://profiles.wordpress.org/hiphopsmurf/)

[Download](https://downloads.wordpress.org/plugin/simple-dropbox-upload-form.1.8.8.2.zip)

 * [Details](https://nl.wordpress.org/plugins/simple-dropbox-upload-form/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/simple-dropbox-upload-form/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/simple-dropbox-upload-form/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/simple-dropbox-upload-form/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/simple-dropbox-upload-form/)

## Beschrijving

This plugin lets you insert an upload form on your pages or in a post so visitors
can upload files to your Dropbox account.

### Requirements

 * WordPress 3.3.0 or higher
 * PHP 5.0 or higher
 * The wp-content/uploads directory needs to be writable by the plugin. This is 
   likely already the case as WordPress stores your media and various other uploads
   here.

### Usage

 1.  Go to Site Admin > Simple Dropbox
 2.  (Optional)Enter the folder path you would like to save the files to on Dropbox.
 3.  (Optional) Change the temporary path for files uploaded to your server before 
     being uploaded to Dropbox.
 4.  (Required) Enter the file extensions without periods for the files you want to
     allow users to upload separated by one space.
 5.  (Optional) Enter a message you want displayed after the user uploads a file.
 6.  (Optional) Choose a color for the message you want displayed after the user uploads
     a file.
 7.  Choose whether or not to display upload form again after the first file has been
     uploaded to Dropbox.
 8.  Choose whether or not to delete the file located on your server after it has been
     uploaded to Dropbox.
 9.  Click Save options.
 10. If you have already authorized this plugin to use your Dropbox account you can
     skip to step 17
 11. Click the Authorize button at the bottom of the screen.
 12. Click Continue to be taken to Dropbox.
 13. Once at Dropbox Click the Allow button so this plugin can link with your Dropbox
     account.
 14. Go to Site Admin > Simple Dropbox
 15. Click the Confirm button located at the bottom of the page to confirm your Dropbox
     account.
 16. You should see the email address used with your Dropbox account. If you don’t,
     Reset your settings and start over.
 17. Click Finish.
 18. Create a Page, Post or Widget to insert the shortcode into.
 19. Insert **[simple-wp-dropbox]** where you would like the form to display.
 20. Click Save or Publish.
 21. Visit the location to confirm everything is working properly.

### To-do list

 * Multiple file upload
 * Add ability to append uploaders username to file name/folder path
 * Add ability to control file upload size
 * Add ability to limit the number of submissions per user/day
 * Restyle admin interface (Done|)
 * Change database structure (Done|)

## Schermafbeeldingen

 * [[
 * Admin Panel before activation.
 * [[
 * Step 1 of dropbox authorization.
 * [[
 * Step 2 of dropbox authorization.
 * [[
 * Step 3 of dropbox authorization.
 * [[
 * Before a file is uploaded by user.
 * [[
 * After a file is uploaded by user.

## Installatie

 1. Upload `simple-dropbox-upload-form` to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress admin.
 3. Goto Simple Dropbox in the WordPress admin.
 4. Enter the file extensions of files you wish to be allowed for upload and save settings.
 5. Click the ‘Activate’ button located at the bottom of the page and follow the prompts.
 6. Place `[simple-wp-dropbox]` in a page, post or widget.

## FAQ

  I can no longer upload to DropBox

If you have a version before 1.8.8.2 this is due to someone finding a security hole.
To protect your account, I kicked everyone out.
 You will have to reset your settings
and Authorize this plugin with DropBox again. Sorry!

  I updated to 1.7.0 and my settings got reset

This is due to a bug that was found in the database update function.

  I updated to 1.5.0 and my settings got erased

This is because I got approval from dropbox for root level access. What does this
mean for you? You need to reauthorize your account.

  Is this your first WordPress plugin

Yes so I make no promises that it will work for you.

  I am on a VPS or Dedicated server and this plugin still won’t play nice

You have a few options:

 1. Enable `ini_set` in your php.ini file (Look for disabled_functions).
 2. Enable `set_include_path` in your php.ini file (Look for disabled_functions).
 3. Add the `Net::OAuth` module to your Perl installation.

## Beoordelingen

![](https://secure.gravatar.com/avatar/3e3063d5807a528210617f230e627d0c5faab3d8f60473a169fa469f8f4c389b?
s=60&d=retro&r=g)

### 󠀁[White Screen. Does not activate](https://wordpress.org/support/topic/white-screen-does-not-activate/)󠁿

 [DickVanGelder](https://profiles.wordpress.org/dickvangelder/) 21 maart 2021

social links are dead. The company website is offline. Don’t bother to install. 
It does not work

 [ Lees alle 13 beoordelingen ](https://wordpress.org/support/plugin/simple-dropbox-upload-form/reviews/)

## Bijdragers & ontwikkelaars

“Simple Dropbox Upload” is open source software. De volgende personen hebben bijgedragen
aan deze plugin.

Bijdragers

 *   [ hiphopsmurf ](https://profiles.wordpress.org/hiphopsmurf/)

[Vertaal “Simple Dropbox Upload” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/simple-dropbox-upload-form)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/simple-dropbox-upload-form/),
haal de [SVN repository](https://plugins.svn.wordpress.org/simple-dropbox-upload-form/)
op, of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/simple-dropbox-upload-form/)
via [RSS](https://plugins.trac.wordpress.org/log/simple-dropbox-upload-form/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.8.8.2

 * Changed DropBox API Keys

#### 1.8.8.1

 * Security bug fixed

#### 1.8.8

 * Fixed file extensions vanishing
 * A few other code tweeks

#### 1.8.7

 * Skipped

#### 1.8.6

 * Fixed wpdb->prepare bug
 * Enabled multiple file upload
 * Added upload progress bar
 * Fixed a few other bugs

#### 1.8.5

 * Fixed CURL issue and re-enabled the option to use it.

#### 1.8.4

 * Disabled CURL since it stopped working. My guess, a result of the security changes
   Dropbox has been working on.

#### 1.8.3

 * Minor bug fixes.

#### 1.8.2

 * Style sheet lost in upload to wordpress.

#### 1.8.1

 * Fixed authorization thickbox.

#### 1.8.0

 * Admin panel facelift.
 * Added color options for thank you message.
 * Added CURL support.
 * Other bug fixes.

#### 1.7.0

 * Major bug fix with update function.
 * Renamed database keys to make plugin unique.

#### 1.6.0

 * Fixed bug with form showing after upload.

#### 1.5.3

 * Typo correction in FAQ.

#### 1.5.2

 * Corrected link to stylesheet.

#### 1.5.1

 * Cleaned up code a little.
 * Fixed some grammar.

#### 1.5.0

 * Switched dropbox access from app folder access to root access.

#### 1.4.0

 * Added extra options and the ability to change the thank you message.

#### 1.3.1

 * Made a few minor tweeks to make compatible with more hosts.

#### 1.3.0

 * Added server/host error checking.
 * Updated file upload error checking.

#### 1.2.0

 * Changed PEAR include method.

#### 1.1.2

 * Fixed a few typos.

#### 1.1.1

 * Fixed bug that prevented files with spaces in the name from being uploaded.

#### 1.1.0

 * Switched OAuth Auth method for servers that don’t have PHP OAuth.

#### 1.0.0

 * Dropbox approved my API request.

#### 0.5.0

 * Initial release.

## Meta

 *  Versie **1.8.8.2**
 *  Laatst geüpdatet **13 jaar geleden**
 *  Actieve installaties **200+**
 *  WordPress versie ** 3.3.0 of nieuwer **
 *  Getest t/m **3.5.2**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/simple-dropbox-upload-form/)
 * Tags
 * [api](https://nl.wordpress.org/plugins/tags/api/)[Dropbox](https://nl.wordpress.org/plugins/tags/dropbox/)
   [integration](https://nl.wordpress.org/plugins/tags/integration/)[simple](https://nl.wordpress.org/plugins/tags/simple/)
   [upload](https://nl.wordpress.org/plugins/tags/upload/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/simple-dropbox-upload-form/advanced/)

## Waarderingen

 4.1 van 5 sterren.

 *  [  8 5 sterren beoordelingen     ](https://wordpress.org/support/plugin/simple-dropbox-upload-form/reviews/?filter=5)
 *  [  2 4 sterren beoordelingen     ](https://wordpress.org/support/plugin/simple-dropbox-upload-form/reviews/?filter=4)
 *  [  1 3 ster beoordeling     ](https://wordpress.org/support/plugin/simple-dropbox-upload-form/reviews/?filter=3)
 *  [  0 2 sterren beoordelingen     ](https://wordpress.org/support/plugin/simple-dropbox-upload-form/reviews/?filter=2)
 *  [  2 1 sterren beoordelingen     ](https://wordpress.org/support/plugin/simple-dropbox-upload-form/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/simple-dropbox-upload-form/reviews/#new-post)

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/simple-dropbox-upload-form/reviews/)

## Bijdragers

 *   [ hiphopsmurf ](https://profiles.wordpress.org/hiphopsmurf/)

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/simple-dropbox-upload-form/)

## Doneren

Wil je de groei van deze plugin ondersteunen?

 [ Doneer aan deze plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K6XUBZSU8RWR2)