Since version 3.5.0, the Iptanus File Upload plugin can send uploads to Dropbox. Files that your visitors upload are transferred to a Dropbox account of your choosing.
Connecting a Dropbox account
First you need to name the account and give the plugin access to it. Open the plugin’s Settings in the Dashboard:
The Dropbox Uploads option shows as not activated, with a Press here button beside it. Pressing it opens a new page telling you that “Iptanus File Upload Plugin would like access to the files and folders in your Dropbox“. If you are not signed in to Dropbox, you are asked to sign in first.
Press Allow. The next screen shows a code:
Copy that code into the text box of the Dropbox Uploads option in the plugin’s Settings:
Press Finish. The option now reads “Activated”:
Sending a form’s uploads to Dropbox
Add the attribute dropbox=”true” to the plugin’s shortcode. If you prefer the Shortcode Composer, open the Interoperability tab and switch on Upload to Dropbox:
The two further options
- The destination folder — the dropboxpath attribute, or Dropbox Path in the composer. A folder that does not exist yet is created when the first file arrives. With no path set, files go to the root of the account.
- The local copy — the dropboxlocal attribute, set to “delete” or “keep”, or Local File Action in the composer. It decides whether the file stays on your own server once it has been transferred.
Once Dropbox uploads are switched on, every file uploaded through the plugin is transferred to the account you connected.
If you have questions, problems or suggestions, please contact us.
The Iptanus team








userdata=”true”
userdatalabel=”
Firstname|t:text|s:left|r:0|a:0|p:inline|d:/
Lastname|t:text|s:left|r:0|a:0|p:right|d:/
ID|t:text|s:left|r:0|a:0|p:right|d:/
Email|t:text|s:left|r:0|a:0|p:right|d:
”
How can I pass a prefilled VALUE to the input fields? (from a GET parameter or a shortcode)
Thank you
Hi, this is not so straightforward. I suppose it can be done with some Javascript code, right after the page loads. The code will read the value (probably stored in an element) and and put it in the right input field. I can help you with the code.
Regards
Nickolas
hello,
i activated dropbox uploads, but my files are signed as pending in in the file transfer dialogue, they are just uploaded to WP upload…i tried different dropbox paths with no success…
[wordpress_file_upload singlebutton=”true” fitmode=”responsive” placements=”title+message/selectbutton+filename+filelist” notify=”true” notifyrecipients=”info@ADK.ch” dropbox=”true” dropboxpath=”/ADK_Input” dropboxlocal=”delete”]
Hi, which version of the plugin do you have?
Regards
Nickolas
Hi, this plugin was transferring files to dropbox perfectly then one day it just stopped, i have tried a lot of things to get the files sent to dropbox but no luck, it uploads to the directory still, any ideas
Thanks
Adam
Hi Adam, do you have access to the error log of your domain? Maybe there is something recorded there that could help.
Go to plugin’s area in Dashboard, in Maintenance Actions tab and press “Reset Dropbox Uploads” button. Do you see any change?
Nickolas