View Single Post
Old 06-15-2009, 02:44 PM   #3 (permalink)
Redcore
Design Team Member
 
Redcore's Avatar
 
Join Date: Aug 2007
Location: Jamestown, CA
Posts: 713
OS: Linux Mint 7

My System

Re: Upload interrupted file resume with php

PHP typically has an upload limit set - 2MB I think. Even then, I'm not sure how big the files you're talking about, it may not even be that big of a problem to just re-upload.

Your best bet with PHP is utilizing it's FTP functionality...namely, "ftp_nb_put" with the FTP_AUTORESUME constant. It's a tough piece of code to write...which is why you'll have to weigh whether or not writing it is worth the hassle if people are only uploading <2MB or something.
__________________
Free Resources
PC Protection - Comodo Firewall | AVG Anti-Virus | WinPatrol | Ad-Aware | Spybot S&D | SpywareBlaster |
Web Design/Programming - KompoZer
(Editor) | Paint.NET (Graphic) | GIMP+GIMPShop (Graphic) | FileZilla (FTP Client) | Free Hosting |
Redcore is offline   Reply With Quote