Title: Nagh's Replies | WordPress.org

---

# Nagh

  [  ](https://wordpress.org/support/users/nagh/)

 *   [Profile](https://wordpress.org/support/users/nagh/)
 *   [Topics Started](https://wordpress.org/support/users/nagh/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nagh/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nagh/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nagh/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nagh/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nagh/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Backup to Dropbox] WordPress Backup to Dropbox – WPB2D –](https://wordpress.org/support/topic/wordpress-backup-to-dropbox-wpb2d/)
 *  [Nagh](https://wordpress.org/support/users/nagh/)
 * (@nagh)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/wordpress-backup-to-dropbox-wpb2d/#post-6009691)
 * As an workaround you can hack this file:
    ./Dropbox/Dropbox/OAuth/Consumer/Curl.
   php Modify default CURL options “$defaultOptions” following way After string:
   CURLOPT_FOLLOWLOCATION => false, Add new string: CURLOPT_SAFE_UPLOAD => false,
 * CURLOPT_SAFE_UPLOAD option was introduced in php5.5, and default was switched
   from false to true in php5.6, breaking the old way to upload files. Quick workaround
   is to set this option back to false as it was in php5.5

Viewing 1 replies (of 1 total)