akirafreak / php-image-host

Automatically exported from code.google.com/p/php-image-host
Other
0 stars 0 forks source link

multiple disk support #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Support for storing images on multiple different disks. Popular sites with
many images may run out of disk space when restricted to one disk.

Simple option: 
- allow admin to specify separate disks as paths that are writable by the
script and choose one at random. Allow admin to restrict script disk choice to 

More complex:
- same as the simple option, but include ability to ftp files to another
server.

Possible problems:
- need to handle user's ability to rename files
- bandwidth monitoring requires .htaccess / mod_rewrite support on any
server hosting the images, + availability of the application to log
bandwidth for image views + update database.

Original issue reported on code.google.com by icodefor...@gmail.com on 31 Mar 2009 at 12:48

GoogleCodeExporter commented 8 years ago

Original comment by icodefor...@gmail.com on 3 Apr 2009 at 4:19