Project

General

Profile

Actions

Bug #1300

closed

mod_uploadprogress broken now

Added by yelims over 16 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
Low
Category:
core
Target version:
ASK QUESTIONS IN Forums:

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

index.html (5.67 KB) index.html the html upload page yelims, 2007-08-13 21:16
index.2.html (7.17 KB) index.2.html working example of upload progress in action, uses YUI framework for ajax calls yelims, 2007-08-14 11:46
Actions #1

Updated by yelims over 16 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' })
Actions #2

Updated by yelims over 16 years ago

i meant to say r1902 above ^^^

Actions #3

Updated by yelims over 16 years ago

i tried as well by using html/javascript from http://upload.lighttpd.net/upload.html

same results again :(

Actions #4

Updated by yelims over 16 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

Actions #5

Updated by jan over 16 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid
Actions #6

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom