Hey,
I was wondering how do i remove a file from Rackspace's Cloudfiles using their API?
Im using php.
Devan
Hey,
I was wondering how do i remove a file from Rackspace's Cloudfiles using their API?
Im using php.
Devan
Here is my code in C#. Just guessing the api is similar for php.
UserCredentials userCredientials = new UserCredentials("xxxxxx", "99999999999999");
cloudConnection = new Connection(userCredientials);
cloudConnection.DeleteStorageItem(ContainerName, fileName);