Displaying 6 results from an estimated 6 matches for "upload_controller".
2006 Dec 27
6
file upload
I ma trying to get this upload working,
http://mongrel.rubyforge.org/docs/upload_progress.html,
....after starting from the command line,
mongrel_rails start -d -p 3001 -S config/mongrel_upload_progress.conf
I get this eror in the browser,
NameError
uninitialized constant UploadProgressRailsController
RAILS_ROOT: /usr/opt/tomcat/workspace/upload/config/..
Application Trace | Framework Trace
2009 Oct 04
2
no such file to load -- restClient (MissingSourceFile) HELP
...from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require''
from
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:158:in
`require''
from
/home/morgan/public_html/tutoring.minulle.com/app/releases/20091004193614/app/controllers/upload_controller.rb:1
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require''
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require''
from
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:158:in
`require...
2009 Nov 17
6
after changed the tag i got the same eror
...RAILS_ROOT: /home/malathi/www/upload
Application Trace <http://localhost:3000/upload#> | Framework
Trace<http://localhost:3000/upload#>| Full
Trace <http://localhost:3000/upload#>
app/views/upload/uploadfile.rhtml:10:in `compile!''
/home/malathi/www/upload/app/controllers/upload_controller.rb:3:in `index''
On Tue, Nov 17, 2009 at 1:46 PM, Frederick Cheung <
frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
>
>
> On Nov 17, 5:36 am, malathi selvaraj <malathira...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > Extracted so...
2006 Feb 27
2
Upload & Parse CSV
Hi All
I was hoping you could help me. I need the ability to upload a large
quantity of data via CSV - via an upload form. The CSV file then needs
parsing and the data entering into the relevant module.
Does anyone have experience of this or perhaps knows of a posting,
generator, existing code or any help at all? I''ve been looking but not come
across anything so far. I can do this
2006 Jul 31
10
nothing uploads.....why? (newbie question)
Hi everybody,
I know this is an easy question but I don''t seem to see the solution.
I''m trying to have a user select a file so that my code can parse it and
populate the database with corresponding values. So far it seems like
uploads but nothing shows in my db. Can anybody give me a hand?
thanks
view:
h1>Importing Strings<h1>
2010 Sep 02
7
unable to upload larger files
hii,
i am trying to upload some files to filesystem using rails application
when i use small size file everything is perfect but i when goes for
larger files i got error
this is my code
#this model file
class DataFile < ActiveRecord::Base
def self.save(upload)
name = upload[''datafile''].original_filename
directory = "//192.168.147.17/Smruti/streams"
#