WikyBlog
Download

To Do List > Talk > Attach

I really like this idea, but my biggest concern is security.. In no way should we store uploaded php files in a folder! This is going to require another table in the database and an efficient way of serving these files stored in the database.


You could use some of the zipping libraries and just zip all attachments upon uploading. Dump the zip files into a folder with a unique ID as their file name and when someone requests that file, the backend would send them a zip file... The option to include passwords on the zip files could always be used as well.

I hadn't thought of that, I like it! Main 11:31, Sep 29, 2006
Last modified 11:31 Fri, 29 Sept 2006 by Main. Accessed 677 times What Links Here share Share Except where expressly noted, this work is licensed under a Creative Commons License.