php-mod/curl

Basic Usage Help

Closed this issue · 3 comments

I'm trying to figure out how to do this CURL command:

curl https://uploads.stripe.com/v1/files
-u sk_test_OCHANGEDPcDr0:
-F purpose=identity_document
-F file="@/path/to/a/file.jpg"

With this PHP script? What would be the equivalent PHP command?

@JordashTalon - that's probably better as a question on Stack Overflow (or similar). If you can show what code you have presently, and where you think it is getting stuck, that is often helpful.

nadar commented

@JordashTalon The instruction and the problem is maybe related to #46

nadar commented

I am going to close this issue because:

  • Missing information's
  • No more activity
  • No one picked up the task (no Pull Request received)

If you think this is still important or there are more/new informations. Please reopen the issue and let us know.