filestack / filestack-php

Official PHP SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
56 stars 32 forks source link

added options to store function. added store functio to Filelink #3

Closed hueyl77 closed 7 years ago

hueyl77 commented 7 years ago
  1. Added options to store function (allowing user to set location, mimetype, path, container, access, base64decode.

  2. Added ability to call store with external source url

  3. renamed store() function in CommonMixin to sendStore() to be shared by Filelink and FilepickerClient

  4. created store() function for Filelink object