Comments
-
I got the errors: Uncaught ReferenceError: Dopbox is not defined <- syntax error (Dropbox) The other error was that I had: .getElementById("container") <- I changed it to "drobpox-container". Everything working fine now. Thanks!
-
The first picture has the dropbox chooser (it's in my local server) This second picture does not contain the dropbox chooser. (It's in a web server) Both have the same code but the one in the web does not show the chooser. What could it be?
-
I'll try my best. If it start to give me errors or problems for upload a file then I will recurr here to the forum and ask about it. Thanks
-
You actually got to the point... the method did not succesfully run. I change the code to a different one and now it's running but it's not saving in the desire folder: using DropboxUploader <?php if ($_POST) { require 'DropboxUploader.php'; try { // Rename uploaded file to reflect original name if…
-
$uploadedFile in code #1. It seems the variable is not taking the file that I selected so the variable is coming empty.
-
I can change the code from third party to the official Dropbox Api. What I want to do is to select the file that I want to upload and click the Save/Upload button to save it in Dropbox in a specific folder directory. The upload method that I have right now is not throwing any error. It works as if it's uploading the file…
-
Thanks!
-
@Greg K. I want to select files from my local computer to save them in Dropbox using Dropbox Saver. The way that Dropbox Saver allows me to do it is giving the URL of each of the files in the code. What if I want to select files from Documents/... folder? Not all time I will upload the same files from that specific folder.…
-
I'm good. @Walter I'm using the Dropbox Saver in a web app that I'm working on. I want to select more files to upload instead of only one but because this is going to be used by users from different computers and they are going to select files from their respective computers I can not specify the url in the code: var…