Results 1 to 2 of 2

Thread: how to upload a remote file to dropbox cloud using php?

  1. #1
    Frenzied Member
    Join Date
    Apr 05
    Posts
    1,907

    how to upload a remote file to dropbox cloud using php?

    Hi I am wondering how I can upload a remote file to dropbox cloud without having to download the remote file to server that run the php script then upload it to dropbox? I want to eliminate the download phase ! (File size of 200 mb)could anyone show me how this can bne done using php?looking forward for replies.

    Remote file: a file that I have its url and it is not stored in same server as my php script and it is stored in web in a remote server.

    Note;I don't want ftp solution!

  2. #2
    Fanatic Member
    Join Date
    Sep 05
    Posts
    521

    Re: how to upload a remote file to dropbox cloud using php?

    I think dropbox uses their own type of file transfer protocol, which means you can't (easily) do it in PHP.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •