<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic how to upload file asynchronously on dropbox by using php sdk with the help of ajax? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-upload-file-asynchronously-on-dropbox-by-using-php-sdk/m-p/4182#M159</link>
    <description>&lt;P&gt;i know how to upload files on dropbox but it causes long page reload until file is not upload i want to upload files on dropbox without page reloading as AJAX file upload do is there any way??&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:46:49 GMT</pubDate>
    <dc:creator>Maqi W.</dc:creator>
    <dc:date>2019-05-29T09:46:49Z</dc:date>
    <item>
      <title>how to upload file asynchronously on dropbox by using php sdk with the help of ajax?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-upload-file-asynchronously-on-dropbox-by-using-php-sdk/m-p/4182#M159</link>
      <description>&lt;P&gt;i know how to upload files on dropbox but it causes long page reload until file is not upload i want to upload files on dropbox without page reloading as AJAX file upload do is there any way??&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:46:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-upload-file-asynchronously-on-dropbox-by-using-php-sdk/m-p/4182#M159</guid>
      <dc:creator>Maqi W.</dc:creator>
      <dc:date>2019-05-29T09:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to upload file asynchronously on dropbox by using php sdk with the help of ajax?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-upload-file-asynchronously-on-dropbox-by-using-php-sdk/m-p/4183#M160</link>
      <description>&lt;P&gt;If you want to upload a file using AJAX client-side in the browser, you can use the JavaScript SDK:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/datastore/sdks/js" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/datastore/sdks/js&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;There's a tutorial here that shows how to get started:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/datastore/tutorial/js" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/datastore/tutorial/js&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The full documentation can be found here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/datastore/docs/js" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/datastore/docs/js&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For example, here's the method for uploading a file:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/datastore/docs/js#Dropbox.Client.writeFile" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/datastore/docs/js#Dropbox.Client.writeFile&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Alternatively, if you do want to have the API call occur on your server using the PHP SDK, you could potentially upload the file from the browser to your server using an AJAX call and then pass the data to the uploadFile method of the PHP SDK:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dropbox.github.io/dropbox-sdk-php/api-docs/v1.1.x/class-Dropbox.Client.html#_uploadFile" rel="nofollow noreferrer"&gt;http://dropbox.github.io/dropbox-sdk-php/api-docs/v1.1.x/class-Dropbox.Client.html#_uploadFile&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Since you'd be using an AJAX call to pass the data to your server, you wouldn't need a full page reload. This part isn't specific to the Dropbox API though.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2014 04:53:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-upload-file-asynchronously-on-dropbox-by-using-php-sdk/m-p/4183#M160</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2014-12-18T04:53:47Z</dc:date>
    </item>
  </channel>
</rss>

