Ticket #1300 (closed defect: invalid)

Opened 13 months ago

Last modified 13 months ago

mod_uploadprogress broken now

Reported by: yelims Owned by: jan
Priority: lowest Milestone: 1.5.0
Component: core Version: 1.5.x-svn
Severity: trivial Keywords: mod_uploadprogress
Cc: Blocked By:
Need User Feedback: no Blocking:

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

Attachments

index.html (5.7 kB) - added by yelims 13 months ago.
the html upload page
index.2.html (7.2 kB) - added by yelims 13 months ago.
working example of upload progress in action, uses YUI framework for ajax calls

Change History

Changed 13 months ago by yelims

the html upload page

Changed 13 months ago by yelims

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' })

Changed 13 months ago by yelims

i meant to say r1902 above

Changed 13 months ago by yelims

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

same results again :(

Changed 13 months ago by yelims

  • priority changed from normal to lowest
  • severity changed from normal to trivial

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

Changed 13 months ago by jan

  • status changed from new to closed
  • resolution set to invalid

Changed 13 months ago by yelims

working example of upload progress in action, uses YUI framework for ajax calls

Add/Change #1300 (mod_uploadprogress broken now)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.