Skip to content
This repository was archived by the owner on Dec 7, 2019. It is now read-only.
This repository was archived by the owner on Dec 7, 2019. It is now read-only.

nested files upload in zf2 #12

@waqarprojectinertia

Description

@waqarprojectinertia

In Zend framework 1 We used to to this
require_once('Rackspace/Cloudfiles.php'); $cf = new Rackspace_Cloudfiles(user,pass); $cf->putObject('VAC/thumbnails/' . $fileName, $thumbfileData);

But in zf2 nested or slashes (/) doesn't work i think. Here is my code

$thumbImage = file_get_contents($fileThumbPath);
    $rackspace->storeObject('VAC/thumbnails/', $fileName, $thumbImage ,$this->getMataData($extension));

but this doesn't work, Any idea of how can i achieve this in zf2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions