Tagged Questions
0
votes
3answers
234 views
Is it possible to Copy images from web to your Hard Drive?
I am trying to create a page for just personal use. What I want to do is, create a system through which I can download images to my local hard disk, directly by providing the link through a localhost ...
0
votes
2answers
63 views
directory listing with restrictions
I am trying to make a script that lists only folders within a folder. The thing is that I have users who can create folders within their folders so basically what I'm trying to do is to have a way for ...
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.
...