You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2019. It is now read-only.
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