Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature upload #567

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Feature upload #567

wants to merge 7 commits into from

Commits on Feb 11, 2018

  1. Initial cURL file upload support

    Inspired by WordPress#289
    soulseekah committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    3ebc94a View commit details
    Browse the repository at this point in the history
  2. Initial fsockopen transport upload support

    Next up: test multiple files, request_multi
    
    See WordPress#289
    soulseekah committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    1b60f14 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Configuration menu
    Copy the full SHA
    a47689d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Merge remote-tracking branch 'remotes/origin/develop' into feature-up…

    …load
    
    # Conflicts:
    #	src/Exception/File.php
    #	src/File.php
    #	src/Transport/Curl.php
    #	src/Transport/Fsockopen.php
    #	tests/Transport/Base.php
    #	tests/phpunit.xml.dist
    pbearne committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    3633eba View commit details
    Browse the repository at this point in the history
  2. fixed test/code

    Added helper function Requests::add_files_to_body() to add files to body
    pbearne committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    6d92c08 View commit details
    Browse the repository at this point in the history
  3. fixed test/code

    Added helper function Requests::add_files_to_body() to add files to body
    pbearne committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    0991390 View commit details
    Browse the repository at this point in the history
  4. Added example and docs

    pbearne committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    7cac250 View commit details
    Browse the repository at this point in the history