I'd be interested to see how the HTTP chunking works in the back end. Is there any documentation on that anywhere? - I had a quick look, but couldn't find anything obvious.
~ C -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dan Khan Sent: Thursday, 5 November 2009 9:09 a.m. To: [email protected] Subject: [phpug] Re: FTP File-Upload Field Hi Harvey, jfileupload looks exactly what I was looking for - allows client-side FTP upload, then redirection to a PHP script after. Also, allows chunking of an HTTP upload into say 2MB chunks in case your hosting environment doesn't allow you to change the settings. Out of interest, do you use the HTTP or FTP method for your large videos? Good find. Cheers, -Dan 2009/11/4 Harvey Kane <[email protected]>: > > George, Andre (Dr) wrote: >> Hi Dan >> >> I faced this problem before and I have tried/used >> >> JAVA >> - see http://www.jfileupload.com/ >> And earlier site >> http://www.javazoom.net/applets/jclientupload/jclientupload.html >> - has an FTP applet as well >> >> FLASH >> - SWF Upload + jQuery >> >> PERL/CGI >> http://www.raditha.com/php/progress.php >> >> > +1 for jfileupload. I use this for uploading 30 - 50mb videos. While I > haven't used this feature, the docs mention the facility for resuming > failed uploads - you need to write the PHP script to integrate this into > your backend which sounds like a little bit of work, but a nice feature > to have once done. > > Harvey. > > > > --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
