Re: [PHP] FTP Site
[email protected] (Rene Veerman)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
The only 1 i ever got to work properly for files > 100 mb is http://jumploader.com/ It's java, and free. On Tue, Feb 16, 2010 at 9:12 PM, Ben Miller <[email protected]> wrote: > Hi, > > > > I'm building a site for a client that has a need to allow their users to > upload large files (up to 100mb or more) and store them on the server. I've > never had a need to work with PHP's FTP functions until now and, before I go > reading the manual to learn how, I wanted to see if this something that I > can handle with just PHP, or if I'm going to need to adopt a third party > Ajax app or something like that? Any thoughts or even a point in the right > direction would be greatly appreciated. Thanks, > > > > Ben > >