search for: upload_progress

Displaying 20 results from an estimated 37 matches for "upload_progress".

2007 May 18
4
No return status from mongrel upload progress (and thus no updates on the bar)
...m using Boxroom (http://boxroom.rubyforge.org/) and trying to get upload progress working. I''ve also been testing the sample code at http://itblog.mcgeecorp.com/2007/5/15/mongrel-upload-progress-demo/. I run a Mongrel cluster, and so am using drb (as per http://mongrel.rubyforge.org/docs/upload_progress.html). Starting up rails, I get lots of useful-sounding output: ** Starting Mongrel listening at 0.0.0.0:3000 ** Loading script/../config/../config/mongrel_upload_progress.conf external config script The bar doesn''t draw updates - if I connect with irb (as per the upload_progress page)...
2006 Apr 11
0
upload_progress with apache
I am running Ruby 1.8.4, Rails 1.1, and apache2 with fcgid. I installed the upload_progress plugin, but it doesn''t seem to be working. In my log I see only Processing SortController#create (for 71.32.223.31 at 2006-04-11 11:29:09) [POS\ T] Session ID: 556c9a44ce6452a22bc1dbbab3ee5a2f Parameters: {"commit"=>"Upload", "action"=>"cre...
2006 Jan 06
4
Upload Progress Bar Problems
...followed the steps in his Upload Progress Checklist. I''ve tried this on both my Gentoo and WinXP boxes using the Rails 1.0. def upload case @request.method when :post @message = ''File uploaded: '' + params[:document][:file].size.to_s upload_progress.message = "Simulating some file processing stage 1..." session.update # Dump information about uploads @session[:uploads].each {|k,v| logger.debug("Debug: #{k}----->#{v.completed_percent}")} sleep(3) upload_progress.messa...
2006 Jul 26
0
validates_presence_of in upload_progress plugin
Hi there, I have implemented the upload_progress plugin which ajaxified my form_tag and works as expected(ish) and now I find that my validations do not work i.e validates_presence_of etc etc has anyone seen this before or know the work around cheers dion -------------- next part -------------- An HTML attachment was scrubbed... URL: http:/...
2007 Jun 14
0
upload_progress with --prefix
Hi, I think I may have found a bug: When starting Mongrel with --prefix, upload_progress doesn''t work. When starting without, it does. Is this something I can possibly work around in the Rails code? The app uses url_for throughout. Regards Craig
2007 Sep 16
0
upload_progress example
...n render a completely new page. This works with Firefox, but I''ve not tested it with any other browsers. The short tarball is attached in case it''s of use to anyone else. Regards, Brian. -------------- next part -------------- A non-text attachment was scrubbed... Name: upload_progress.tgz Type: application/octet-stream Size: 16738 bytes Desc: not available Url : http://rubyforge.org/pipermail/merb-devel/attachments/20070916/1c09054c/attachment.obj
2006 Apr 26
0
upload_progress
Hi, Is possible to change the Default text "Upload starting..." when a file is being submitted with this plugin??? I cant find the way to do that. Thanks.
2006 Jan 10
0
file_column and upload_progress
is there a way to integrate the file_column plugin with the upload progress bar plugin ? Any tips on how to do this would be great. thanks adam
2006 Mar 31
9
File upload progress bar
I''ve seen a few demos online, for php, but I''m looking for a file upload progress bar implementation with Prototype. Can anyone point me in a good direction for one? I''m not using Rails, so I can''t use the upload_progress addon, unfortunately. Thanks for any info Jim _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Sep 28
1
upload_progress and DRb.start_service crashes
...; from /usr/local/lib/ruby/1.8/drb/drb.rb:754:in `open_server'' from /usr/local/lib/ruby/1.8/drb/drb.rb:1336:in `initialize'' from /usr/local/lib/ruby/1.8/drb/drb.rb:1624:in `start_service'' from /usr/local/lib/ruby/gems/1.8/gems/ mongrel_upload_progress-0.2/lib/mongrel_upload_progress/init.rb:13:in `initialize'' from /usr/local/lib/ruby/gems/1.8/gems/gem_plugin-0.2.1/lib/ gem_plugin.rb:163:in `create'' ... 8 levels... from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.5/bin/ mongrel_rails:82:in `r...
2007 Mar 14
9
file_field doesnt work inside form_remote_for
When I do file_field within a form_for things are fine... but within a form_remote_for, with nothing else changed, I find that the params does not even have the element document[uploaded_file] even though it is definitely present in the HTML source in the form. Obviously the file upload fails. Am I missing something? Or has someone else faced this? Or is this a known bug? Rajesh
2006 Dec 25
4
Definitive guide for upload progress
...some definitive guide for upload progress plugin ? We have in this mailing list a lot of testimonials, bug reports, bug fixes, but there are still people like me who cannot use it correctly. Here is my config: - mongrel 1.0RC and upload progress plugin 0.2.1 - a 6 mongrels cluster - config/mongrel_upload_progress.conf: uri "/", :handler => plugin("/handlers/upload", :path_info => ''/upload/index'', :frequency => 1, :drb => ''druby://0.0.0.0:2999''), :in_front => true - After each cap deployment I manually launch ruby www/c...
2011 Feb 18
1
Rails plugins new official maintainers
...de_action) Prem Sichanugrist open_id_authentication (https://github.com/Velir/open_id_authentication) Anuj Dutta Patrick Robertson asset_server (https://github.com/andhapp/asset_server) Anuj Dutta Rishav Rastogi in_place_editing (https://github.com/amerine/in_place_editing) Mark Turner Devdatta upload_progress (https://github.com/rishav/upload_progress) Rishav Rastogi token_generator (https://github.com/bbommarito/token_generator) BrianBommarito ssl_requirement (https://github.com/retr0h/ssl_requirement) Lars Smit John Dewey Steven Soroka scaffolding (https://github.com/KeysetTS/scaffolding) Brandon...
2007 Mar 23
1
upload progress bar don''t work...please help
Hello, I''m trying to install the upload_progress gem and i can''t see the upload progress status. My config is : apache2 with mod_proxy mongrel rails upload.rb : ############## require ''rubygems'' require ''drb'' require ''gem_plugin'' GemPlugin::Manager.instance.load ''mongrel...
2006 Dec 16
3
fastthread 0.5.3
I''ve just committed fastthread 0.5.3, which finally gives us a working SizedQueue (which hadn''t really ever worked in previous versions). Mostly it was just a matter of refactoring Queue and SizedQueue into a single class behind the scenes, so I could move the signalling of the SizedQueue-specific condition variable inside the queue''s critical section. Failing to do so
2006 Jan 01
7
How to show progress
I''m looking for ideas on how you would implement a controller/view in Rails that needs to show the progress of a possibly 2-3 minute operation. For example the user wants to generate 100 reports that will take about 3 minutes. I would like to have a page that would indicate that the operation is taking place as well as showing progress as to how far along. With basic CGI you could
2006 Sep 04
3
Mongrel Upload Progress 0.2 -- With Instructions and Examples
Hi Folks, I''m sure tons of people are gonna ruin a whole drawer of their best panties over this one. Rick Olson worked on the mongrel_upload_progress gem, documentation and examples and has almost everything you need to do progress tracked file uploads using just Mongrel to handle the upload. This means that Rails (or any other framework) isn''t blocked while the upload happens, and that the user gets nice status. Here''s Rick&...
2007 May 15
0
AJAX File Uploads with Rails
Can someone clear up this issue with file uploads for me? I have the code from Mongrel Upload Progress ( http://mongrel.rubyforge.org/docs/upload_progress.html) running, but I''m a little confused at how to integrate this into my app. Should I roll the controller methods in the controller I want to use or do you handle the file uploads and then somehow push the rest of the form data to the other controller? Doing the first option sounds be...
2006 Nov 13
2
mongrel upload progress and nginx
Does anyone know whether the mongrel upload progress plugin works with nginx? It works fine for my app under pound, but not with nginx. I am using DRb to handle the uploads as detailed at http://mongrel.rubyforge.org/docs/upload_progress.html . If I am using pound I can see the uploads with irb -r lib/upload_client.rb , but cannot if I am using nginx. Does anyone know anything more about this behavior or a possible solution? thanks,
2006 Apr 12
3
form_remote_upload
Hey all, I just upgraded rails to 1.1.2, and form_remote_upload now prevents my application.rhtml layout from being processed. I''m not sure if the problem lies with v 1.1.2, or if upgrading the gems screwed stuff up. Anybody have any ideas? Rob -- c++: the power, elegance and simplicity of a hand grenade -------------- next part -------------- An HTML attachment was scrubbed...