Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View MuhammadReda's full-sized avatar

Muhammad Reda MuhammadReda

View GitHub Profile
@MuhammadReda
MuhammadReda / drupal7-services3-upload-files-images.php
Created March 29, 2015 15:12
Drupal 7 and Services 3 - How to Upload file / image
<?php
/**
* This is a code sample for how to upload file to drupal services.
*
* This code sample focuses on uploading files and assumes that you are successfully autheticated.
*/
$httpMethod = 'POST';
$resourceUrl = 'http://example.com/api/file';