This was a wonderful plugin that did exactly what I wanted but it seems to have stopped working about 3 months ago. None of the alternatives handle file names the same way (i.e. they replace spaces with either underlines or dashes).
Does anyone know if there are plans to continue with support?
Thanks,
]]>Upload has just stopped working. Cannot upload any file, of any size either using a page via the short code, or the admin upload page. I have reset the dropbox settings. Help…!!! Your plugin has been great. Really like what it does. Just stopped working. Any ideas on how to trouble shoot this.
]]>Using your plugin on a site I manage for a music festival and we’re trying to allow users to upload a mix for a dj competition — plugin is working great with smaller files but the larger mp3 files never find their way to dropbox… is there a file size cap we should be aware of?
]]>Hello!
I have this problem when I try to upload any file:
Error: Cannot execute request: error setting certificate verify locations: CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none
Any idea?
Thanks!
]]>Dropbox uses 2-factor authentication (for some time now), how do we get the pluging to work with Dropbox (logins fail). Anyone have any code fixes/tweaks, etc? Thank you! ??
]]>I’m surprised there’s no support for multiple file uploading, any plans on adding that in?
]]>I need to increase my file upload maximum file size via php.ini or .htaccess. Which folder should I place it in?
I placed a php.ini file with:
post_max_size=60M
upload_max_filesize=60M
into the wp-content/plugins/rad-dropbox-uploader/ directory to no avail…
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>I have a rather complex and long password that starts with an @ sign. I have a paid account on DropBox that I use very extensively on many devices, some of which are remotely located, so I have no intentions to change the password.
When I enter my credentials in the app and try to upload a file, I get an error message telling me: Error: Cannot execute request: couldn’t open file “xxxx“, where xxxx is my entire password after the starting @ (which for obvious reasons I’m not displaying here).
Apparently the starting @ somehow confused and breaks the app.
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>Hi,
Is there a way to translate the “choose file” button?
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>Thanks for the great plugin.
Thought I would add my addition.
On the shortcode version of the plugin, I have added a loading bar by adding the following code into the main rad-dropbox-uploader.php file.
Firstly give the form the ID upload-file (id=”upload-file”)
On the line above the form add the following image code: (just under the string return message. (roughly line 123)
I have linked the image to one in my theme directory using https://www.ajaxload.info/ to make a loading gif.
<img src="'.get_template_directory_uri().'/images/loadingbar.gif" style="display: none;" id="loading_image">
In the head of your website add the following jquery:
<script>
$(document).ready(function() {
$('#upload-file').submit(function() {
$('#loading_image').show(); // show animation
return true; // allow regular form submission
}); }); </script>
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>The dir attribute in the shortcode doesn’t seem to working. I’ve tried it with the slash(/) before and after the path with no avail. Here is an example of what I’m trying.
[rad-dropbox dir=”/Pictures/Skiing” button=”Upload to Skiing!”]
Thanks!
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>When i place the shortcode on a page, i get an error message of “File not successfully uploaded” before there is an attempt to upload a file. The form will still work to upload but I want to get rid of that initial error message.
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>Where can I find the shortcode to place the RAD Dropbox Uploader in a page? Thank you!
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>Hi,
Thanks for creating a super useful plugin. Works beautifully, even in a responsive theme on an iphone ??
I’d like to upload files into different directories, dependant on the user on the site. For example, if Joe uploads a file, it goes into a directory in dropbox that I’ve already created called ‘Joe’.
Is there an easy way for me to do this? A difficult way where I pay a .php expert?
Many thanks, Louise
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>It would be great if there was a few fields such as name, email address, comments, etc., that could be added into the shortcode for the front end and added into dashboard settings. Upon file upload, the admin (or specified email address) would get an email notification with the form data and message that a file has been uploaded.
Example:
John Doe
[email protected]
“Here is my file”
filename: asdf12345.jpg
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>Got any good recommendations on a file upload progress bar that would work with your plugin? Thanks!!
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>Error: File was not successfully uploaded from your computer.
First of all, thank you for this plugin, really great!
Regarding the error, I have plenty of space in my Dropbox and my php.ini settings are set for a 250mb max upload with timeouts edited too BUT I got the above error when trying to upload a 25.4mb WAV file.
For the record, I tried a 1mb JPG, PNG and a 11mb DMG file and all were uploaded successfully into my dropbox.
Any idea why I got this error? Thanks!!
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>RAD-Dropbox version: 1.1.0
When I use this plugin, no matter where I place the shortcode in the HTML for a post, the HTML form it generates is placed at the top of the corresponding HTML page on my WordPress site.
This is not an HTML or a CSS issue. No matter how I embed the shortcode inside div’s or use CSS to attempt to position it, the form is visually placed at the top of the HTML page under the post heading.
In the WordPress developer documentation for shortcodes, I noticed this would be expected behavior if the shortcode handler function has no return. See: https://codex.www.ads-software.com/Shortcode_API look under the heading “output”:
The return value of a shortcode handler function is inserted into the post content output in place of the shortcode macro. Remember to use return and not echo – anything that is echoed will be output to the browser, but it won’t appear in the correct place on the page.
Could that be the problem? In any event, thank you for a nice and useful plug-in!
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>Greetings Folks.
This is an excellent plugin. Great JOB!
I’m having difficulty getting the shortcode to appear where i want it to. The shortcode always shows up on the top left of the page. I googled “shortcode on top of page wordpress” and it looks like a lot of people have this issue with their shortcode since the function is echo’d instead of returned? This appears to not be a CSS issue.
Could you guys please update the shortcode so that it will work in pages?
Thank you!
Cooldude69
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>Hi folks,
thanks for putting effort in a great plugin idea. I am using WordPress 3.4.2 on a selfhosted platform, an regardless which themes I use I get the following error when placing the shortcut code in a page:
Fatal error: Cannot redeclare class DropboxUploader in /homepages/15/d16736010/htdocs/BHT/wp-content/plugins/rad-dropbox-uploader/classes/dropbox.class.php on line 2
The form will be placed on the left upper corner of the screen.
Placing the same code in a post, the plugin just works great.
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>Hi! This plugin is AMAZING! Thank you so much for making it available! It does everything I needed ??
The only problem I’m having is cosmetic; the buttons go above the text, even if I place the shortcode below the text. I’ve tried putting it in a DIV tag with a margin, placing an image above it, and all sorts of other things short of CSS. Would I have to create a special CSS class for it? I wasn’t able to locate a proper place using Firebug.
I’d really like to get this fixed, because it makes my page look a little sloppy and isn’t really intuitive (I need explanatory text ABOVE the buttons). Otherwise, LOVE IT!!!
The page is password protected, otherwise I would link to it, but I think I’ve explained it pretty well. Thanks in advance for your help!
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>Hello,
The uploader has stopped working on two separate websites that I have it running on. It was working before, and within the last few days it has stopped working. I’ve reset my settings with the appropriate login information, yet I’m still getting an “Error: Login Unsuccessful” message.
Thanks.
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>Hi,
I’ve activated this plugin on my wordpress.
I’ve entered all the correct details, but the form is not showing.
Is it not compatible?
https://www.festival.itsoutsideinside.com/theatre-performance-spoken-word/
You can see a box where it should be
Thanks in advance
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>Unfortunately the shortcode is not working. I’ve used the documentation located here (https://docs.radmediaco.com/rad-dropbox-uploader/#shortcode-example) and created a test folder for testing the plugin (my shortcode: [rad-dropbox dir=”/test”]). The button shows up and appears as it is supposed to, but once I select a file (I’ve tried several sizes ranging from 5kb to 500kb) the plugin responds with “File successfully uploaded!” without actually successfully uploading the file.
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>I get the error message: “Error: Cannot create temporary directory!” when I try to upload any file. I have reset the settings, and I’m certain that my Dropbox username and password are correct. The default directory is the Dropbox root. This error occurs when I upload from the admin panel and from a page I created with the [rad-dropbox] code.
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>I am searching for an uploader, to let clients upload en group of large files to my dropbox account.
I found RAD Dropbox Uploader, but have two issues:
Does anyone know a solution, or maybe another good plugin or something?
https://www.ads-software.com/extend/plugins/rad-dropbox-uploader/
]]>