| 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 6, 2008 2:16:53 pm | |
| List: | ru.sysoev.nginx | |
On Sat, Sep 6, 2008 at 8:35 AM, Kon Wilms
<konf...@public.gmane.org> wrote:
Interesting. This is exactly what we have been doing to get files transmitted over satellite for many years ;-). Ofcourse the problem there is one of no ACKs or NACKs during the transmission -- they must be batched up and sent via backchannel after the transmission has ended, for retransmit. If this is something that interests you I would suggest looking at protocols like NORM.
Well, I'd want to speak standard HTTP, just like anything else, and I think it would be easy. Doesn't have to get into low-level TCP, as the chunks should be done in such a way that it's like any normal HTTP request. This will alleviate firewall issues, max upload size issues (both webserver and PHP/scripting level limits), etc.
Just want to make sure the client side is memory efficient and doesn't load the entire file into memory to seek byte ranges, for example. Not sure if that can be done or not, or if it's language specific, etc.
But it is a good idea, no? I've been struggling to find any products for a long time, and nothing is out there that doesn't require ugly applets and server configuration changes and/or separate servers etc.





