Re: An FTP Module for ImpressCMS

Posted by Will on 1286036055
The reason I chose to use multipowupload is because the flash uploader works with chunkupload.php (injcluded in the package) - some of my clients upload 500Mb files with this thing.

If you aren't worried about filesize you could integrate whatever.

Quick setup.
* /share chmod 777 or writable by your system - depends on server
* /download.php - edit path to share folder
* /uploads/send.php add your email address.
* /uploads/File ProcessingScripts/PHP/chunkupload.php - Fix path to share folder.
* /uploads/index.html

find:
links.innerHTML += "http://www.YOUR_DOMAIN.com/download.php?f=" + file.name + " \r\n";


Fix the url.

That should do it. Download Here


**EDIT**
Oh! I shouldprobabaly share the next part too - maintenance... who the hell wants to have to figure out when these files were uploaded! lol.... I use a cron job to delete the files after they have reached 30days old.

This Post was from: https://www.impresscms.org/iforum/viewtopic.php?topic_id=4480&post_id=40087