[Twisted-web] Problem with Post and swfupload

tarjei tarjei at nu.no
Fri Oct 5 06:34:38 EDT 2007


Hi,

I'm trying to use swfupload [1] with Nevow to give my users some nice
file upload forms.

The problem is that although I can do normal GET requests to work, Nevow
returns a 302 when I try to do a POST.

Looking a bit closer into the logs and testing POSTs with a normal
browser (not flash) I see a difference in the logs:
2007/10/05 12:25 +0200 [HTTPChannel,6,127.0.0.1] 127.0.0.1 - -
[05/Oct/2007:10:25:31 +0000] "POST /uploadreturn HTTP/1.1" 200 1053
"http://localhost:8000/upload" "Mozilla/5.0 (compatible; Konqueror/3.5;
Linux) KHTML/3.5.6 (like Gecko) (Kubuntu)"
2007/10/05 12:30 +0200 [HTTPChannel,8,127.0.0.1] 127.0.0.1 - -
[05/Oct/2007:10:30:53 +0000] "POST /uploadreturn HTTP/1.1" 302 342 "-"
"Shockwave Flash\nConnection: Keep-Alive\nCache-Control: no-cache"

The only difference in the logs is the "-" vs
"http://localhost:8000/upload" in what I think is the referrer field.

Does anyone have a suggestion on how this may be fixed / worked around?

1. http://swfupload.mammon.se/

Kind regards,
Tarjei



More information about the Twisted-web mailing list