| From | Sent On | Attachments |
|---|---|---|
| mike | Jul 31, 2008 4:47 pm | |
| Phillip B Oldham | Aug 1, 2008 5:10 am | |
| Michael | Aug 1, 2008 7:05 am | |
| Phillip B Oldham | Aug 1, 2008 7:16 am | |
| Michael | Aug 1, 2008 7:51 am | |
| Mike Mike | Aug 2, 2008 4:15 am | |
| Michael | Aug 2, 2008 6:49 am | |
| mike | Aug 2, 2008 11:07 am | |
| mike | Aug 2, 2008 11:12 am | |
| mike | Aug 2, 2008 11:43 am | |
| Michael | Aug 2, 2008 12:59 pm | |
| mike | Aug 2, 2008 1:14 pm | |
| Phillip B Oldham | Aug 4, 2008 1:30 am | |
| mike | Aug 4, 2008 1:38 am | |
| Michael | Aug 4, 2008 4:54 am | |
| mike | Aug 4, 2008 9:51 am | |
| Brian Moran | Sep 5, 2008 11:33 pm | |
| mike | Sep 5, 2008 11:48 pm | |
| Valery Kholodkov | Sep 6, 2008 4:44 am | |
| Kon Wilms | Sep 6, 2008 8:35 am | |
| mike | Sep 6, 2008 2:14 pm | |
| mike | Sep 6, 2008 2:16 pm | |
| mike | Sep 8, 2008 2:12 pm | |
| Grzegorz Nosek | Sep 9, 2008 12:43 am | |
| mike | Sep 9, 2008 1:19 am | |
| Phillip B Oldham | Sep 9, 2008 1:37 am | |
| mike | Sep 9, 2008 2:26 am | |
| Kon Wilms | Sep 9, 2008 8:31 am | |
| mike | Sep 9, 2008 12:41 pm |
| Subject: | Re: HTTP PUT for file uploads | |
|---|---|---|
| From: | mike (mike...@public.gmane.org) | |
| Date: | Sep 5, 2008 11:48:01 pm | |
| List: | ru.sysoev.nginx | |
Thanks...
I've put together what I think is a decent solution below: http://michaelshadle.com/2008/08/26/large-file-uploads-over-http-the-final-solution-i-think/
that jupload might be worthwhile as it sounds like it already has the splitting idea but i haven't looked into it. this should allow for anyone to support any file sizes (within filesystem limits) and if something gets off the ground i am quite sure my company would sponsor someone to write an nginx module to offload PHP-based handling of the file uploading...
On Fri, Sep 5, 2008 at 11:34 PM, Brian Moran
<bmoran-Eo6DYJfKjQnQT0dZR+Al...@public.gmane.org> wrote:
mike <mike503@...> writes:
There's a variety of Java-based PUT uploaders.
So far, we haven't found any Flash ones (we'd love to NOT use Java) - but there is a way to do it apparently, we just can't find anyone who's done it yet.
Check out SWFUPLOAD -- swfupload.org - flash based (with some javascript); relatively robust; out of the box it's not persistent, but you can get around that with re-submitting failed uploads using some Javascript-fu.
You might want to check jupload.sf.net, which *is* java based, however it handles HTTP or FTP upload methods, can do chunk-of-a-file-at-a-time, and probably could be made as robust as you'd like it to be.





