Tagged Questions

0
votes
2answers
81 views

Content is not retreived from file

I've got this wired problem, I cannot get the content from the file and initiate my NSMutableArray with it. Here's my code: NSArray *paths = ...
0
votes
3answers
1k views

PHP File Management System

We need to create a file management interface that integrates with the clients current website built on cakephp. The file manager must only let the users see the files that they have permissions too. ...