[PHP] Re: Large/unreliable file uploading over HTTP

2008-09-20 Thread Michelle Konzack
Hi Todd, Am 2008-09-08 11:11:45, schrieb Boyd, Todd M.: > I'd be more than happy to spread the source around. Files of any size > are not a problem... the Applet breaks a file into (I believe) 512kb > chunks for transfer. The first POST to PHP tells PHP how many chunks and > some other identifying

[PHP] Re: Large/unreliable file uploading over HTTP

2008-09-20 Thread Michelle Konzack
Am 2008-09-08 11:47:34, schrieb Jason Pruim: > Hey Todd, > > This sounds exactly like what my day job needs... I just took over the > website, and currently they have it where people have to ftp the file > into their server to get large files, and with them being a print > shop... A couple g

[PHP] Re: Large/unreliable file uploading over HTTP

2008-09-20 Thread Michelle Konzack
Am 2008-09-08 09:49:08, schrieb Craige Leeder: > The only concern I would have is that you are using a third party > software/applet to do these uploads. I'm not a fan of MAKING users have > a piece of software enabled to allow them basic web-standard