Bug #1300
closedmod_uploadprogress broken now
Description
Hello
i downloaded and compiled lighttpd from svn v1.5 r1888
and mod_uploadprogress is working fine with the sample code given at the end of http://trac.lighttpd.net/trac/wiki/Docs%3AModUploadProgress
today i tried both r1897 and r1907 and the example no longer works
"/progress" just returns a HTTP200 and:
new Object({ 'state' : 'starting' })
everytime
i presume this is something to do with this @ http://trac.lighttpd.net/trac/changeset/1896
in
mod_uploadprogress.c around line 480
Files
Updated by yelims over 17 years ago
ok the attached page works fine with r1888 i checked again
tried r1907, i get this in error log:
log.c.144: (trace) server started mod_uploadprogress.c.450: (trace) (uploadprogress) urls / == /progress mod_uploadprogress.c.450: (trace) (uploadprogress) urls /progress == /progress mod_uploadprogress.c.485: (trace) connection unknown: 2d44691c1c6c824755d958a1a40f90eb, sending: new Object({ 'state' : 'starting' })
Updated by yelims over 17 years ago
i tried as well by using html/javascript from http://upload.lighttpd.net/upload.html
same results again :(
Updated by yelims over 17 years ago
ok this can be closed
jan (weigon) resolved this
its quite simple
the page to POST the uplaod to changed its
http://example.com/upload.php?X-Progress-ID=<32_character_unique_id_goes_here>
not
http://example.com/upload.php?32_character_unique_id_goes_here>
anymore
Updated by jan over 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Also available in: Atom