/    Sign up×
Community /Pin to ProfileBookmark

how to upload file using cURL in php

I am sending normal data to curl,and along that data how to pass $FILES[‘file’][‘name’],$_FILES[‘file’][‘tmp_name’] as parameters to CURLOPT_POSTFIELDS,
by using ‘@’ curl response empty.

curl_setopt(
$request,
CURLOPT_POSTFIELDS,
array(
‘file’ =>
‘@’ . $_FILES[‘file’][‘tmp_name’]
. ‘;filename=’ . $_
FILES[‘file’][‘name’]
));

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@gjerichFeb 20.2015 — why do you use curl? and not a siple way like this to upload files....
Copy linkTweet thisAlerts:
@rootFeb 24.2015 — URL's are also limited in length and to upload a file properly you will need to have a web form with a file input field.
×

Success!

Help @sai123 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.6,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...