[UPHPU] File uploader for large uploads?

Velda velda at novapages.com
Mon Oct 13 10:30:03 MDT 2008


For really large files we've recommended that our clients use FTP when 
possible, but that gets difficult if you have a ton of users who need  
upload access. If you have to use php, I don't have any recommendations 
on a good secure script, but I can say you'll likely need to bump up 
your  upload_max_filesize and probably your post_max_size as well, since 
the default limits aren't very large.  You can do that in a custom 
php.ini if you're allowed to use them, or in an .htaccess file with 
php_value directives.

-V



Richard K Miller wrote:
> Has anyone found a free/open source file uploader for accommodating 
> large uploads to your website? A search of Source Forge produced a few 
> Java/Flash options that I'll try, but I'm curious if you've seen 
> anything else.
>
> http://sourceforge.net/projects/javafileuploade/
> http://sourceforge.net/projects/flashfileupload/
> http://sourceforge.net/projects/flaup/
>
> Here are commercial alternatives I've seen:
> http://www.jumploader.com/
> http://javauploader.com/
>
> Richard
>
>
>
> _______________________________________________
>
> UPHPU mailing list
> UPHPU at uphpu.org
> http://uphpu.org/mailman/listinfo/uphpu
> IRC: #uphpu on irc.freenode.net
>



More information about the UPHPU mailing list