Displaying 1 result from an estimated 1 matches for "merb_upload".
2008 Jan 03
1
Can''t get upload progress bar working
...o download it to try and diagnose the
problem, it would be much appreciated.
Download here: http://www.4l.ie/merb/upload_progress.zip (100k)
Here''s a copy of the merb log during a typical upload of a 150 meg file
on my local machine (my comments are in brackets):
http://www.4l.ie/merb/merb_upload.log
At this point I believe the issue lies with the @upstatus instance
variable in controllers/files#progress being nil so the
UploadProgress.update (javascripts/mup.js) function call in
views/files/progress.js.erb is not being called, hence why nothing is
happening to the progress bar.
I'...