similar to: Upload Progress Bar Problems

Displaying 20 results from an estimated 400 matches similar to: "Upload Progress Bar Problems"

2006 Jan 09
1
Saving an upload
I am creating a database for movies (films) and television shows (shows) that will have has_and_belongs_to_many relationships with the pictures table. CREATE TABLE screenshots ( id serial NOT NULL, filename character varying NOT NULL, content_type character varying NOT NULL, primary key (id) ); CREATE TABLE films ( id serial NOT NULL, name character varying NOT NULL,
2006 Mar 29
7
Uploading files and writing them to server?
Where should I look for information on how to use Rails and Ruby to accept the upload of a file and then to save that file to the file system of my server? I''m reading the "Uploading a file" section of Agile Web Dev with Rails, but it''s geared toward saving the file in the database. Any advice? Thanks, Jeff -- Posted via http://www.ruby-forum.com/.
2006 Apr 24
1
Upload Progress Bar not showing
Hi. I''m setting up an upload form for internal users of a Rails site, and I''m trying to use the Upload Progress Bar plugin from http://sean.treadway.info/demo/upload/. I followed the directions as set out in the Rails Wiki (http://wiki.rubyonrails.org/rails/pages/Upload+Progress+Bar). Basically the problem is no progress bar or any upload information shows up. In WEBrick, I
2012 Jan 31
4
Making a smooth transition between sources?
Hello! I'm setting up an icecast radio station. I'll usually be broadcasting from this machine, but want to be able to make a smooth transition to an ezstream instance that I can run on the same server as the radio station. Unfortunately, my experiments haven't found a way I can make a transition without knocking off all my clients. :-( Any idea about best practices on this? --
2012 Feb 01
2
Making a smooth transition between sources?
I have a Flash player on my page - so that explains it. Is there some sort of in-browser player I can use that doesn't have this property? That leads to another good question - how can I create a link on my page that opens itunes directly? I have a link to a .pls file - but that downloads a file that then has to be opened to open itunes... On Mon, Jan 30, 2012 at 9:00 PM, Brandon Casci
2006 Mar 08
2
Upload progress update bar question
I''m trying to follow these instructions to include the Javascript progress bar on a page. However, I''m confused. In my controller, when I try to access update_upload_progress_bar_js which is defined in actionpack/lib/action_view/helpers/upload_progress_helper.rb I get a "no such method" error. Can I use helpers in my controller class and, if so, how do I
2012 Feb 01
2
Making a smooth transition between sources?
Oh, this seems very cool - but, it doesn't handle the actual streaming, am I right, just mixes multiple relay streams together? Or, does it actually stream from playlists on the server? If so, I'd switch in a moment! (I think I'm seeing different documentations from different times here...) I'm using eztream as my streamer for when my base computer isn't operating... and I
2012 Feb 29
2
Shoutcast directory listing?
Hi all, 2012/2/29 Tom Swirly <tom at swirly.com>: > On Wed, Feb 29, 2012 at 11:29 AM, Raymond Lutz <raylutz at cognisys.com> wrote: >> >> This is absolutely not "off-topic" and if this list will not support this >> VERY IMPORTANT discussion, then I will be happy to host the discussion on a >> different list for those who are interested. I have been
2006 Dec 30
2
Another RSpec on Rails issue: how to test send_file()
Hi! Today I needed to implement some controller code, that uses send_file() to send image data. How can this be tested / specified with RSpec? bye, Tobias
2006 Sep 03
5
Upload Progress.
I have been trying to get a File Upload Progress system working, and I have tried using Sean Treadway''s plugin, but I can''t seem to get it to work..... Building my own seems to be the logical answer, but how would I get the total bytes received from a file? What do I call? Thanks for your help and time. -- Posted via http://www.ruby-forum.com/.
2007 May 18
4
No return status from mongrel upload progress (and thus no updates on the bar)
Hi all, I''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:
2006 Jun 16
2
Javascript error?
Hi, I''m trying to get this progress bar plugin working, but I''m having some trouble. I''m running Apache 2.0.52 with mod_fcgid on Mac OS X. Everything seems to be working fine, but the progress bar simply doesn''t work. In my log I get: Multipart upload with progress (id: 1, size: 176731770) Finished processing multipart upload in 18.96244s but no requests in
2006 Feb 22
13
Mongrel 0.3.6 -- Win32 Service/Rails Real Good
Hello Folks, This release of Mongrel should make the win32 folks go crazy. Thanks to Luis Lavena it supports a full service system for installing any Rails app as a service. This lets you start your rails apps from either the command line or the Service console. Stopping is still a bit problematic but we hope to have that solved in the next release. You win32 folks should probably send Luis
2010 Apr 24
2
problem using attachment_fu with S3
Hi, My S3 bucket is located in the US I have attachment_fu working when using file system storage I have sw-swf upload plugin working with my S3 account but I can not get attachment_fu to work with S3 storage. the error I get is : AWS::S3::RequestTimeout in Upload filesController#create Your socket connection to the server was not read from or written to within the timeout period. Idle
2006 May 29
3
IFRAME based RJS - responds_to_parent
** File uploads with AJAX mojo ** Respond with RJS to your parent window with a form action targeted to a hidden IFRAME. Handles all the painful situations like scoping your JavaScript to your parent window generating the script block for execution and clearing the IFRAME after execution so the back button doesn''t re-execute the action. `plugin install
2012 Feb 29
2
Shoutcast directory listing?
This is absolutely not "off-topic" and if this list will not support this VERY IMPORTANT discussion, then I will be happy to host the discussion on a different list for those who are interested. I have been trying to solve this for some time. Much of the problem so far has been Shoutcast internal problems (on their site) which I assume are cleared up now. My current assumption is it
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
2006 Jun 20
2
Problem with "can''t dump anonymous class Class"
I submitted this earlier, but the web forums went down and I''ve screwed up the thread, so I''m starting over. I''m trying to built a document upload system. The system has a main Document model with different subclasses for different types of documents. With the code below, if I attempt to create a Document, it works fine, but if I attempt to use one of the subclasses, I
2006 May 02
0
Validation in File Upload
I have an app whose admin allows users to upload PDFs to populate a "newsletter" section. I''m having trouble getting validation to work properly. I want to be sure that a name, description & file are specified in the form. The app seems to catch the error and won''t write a row to the DB but it will create a file sized 0KB in the upload folder and it
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