How to upload a file to remote server in php using curl June 08, 2016 To upload files using CURL please check your curl on remote server must be enabled. All uploading functionality will be done at local server and using base64_encode we will copy our local uploaded file to remove server. Read more