Displaying 7 results from an estimated 7 matches for "upload_images".
Did you mean:
upload_image
2006 Nov 20
7
Acts as attachement
Hi guys
Question about acts as attachment still getting the following error
undefined method `content_type''
I have set everything up according to the following page however i am
still have trouble
http://weblog.techno-weenie.net/articles/acts_as_attachment
One thing, I have wanted to add this to an existing model in my system.
I have not used the...
script/generate
2008 Oct 10
17
authenticity_token sent, still InvalidAuthenticityToken
Hi!
To send the authenticity token from flex back to the server, I followed
this:
http://blog.dt.org/index.php/2008/06/rails-2-flex-3-and-form-authenticity-tokens/
I have two controllers in my rails app. The method described in the link
above works with the actions in one controller, but does not work with
the other.
The controller which does not work has just one action which performs a
file
2006 May 31
4
acts_as_attachment , someone using it?
Hi, i just found the acts_as_attachment plugin for image upload, seems
sogood but i cant find any docs about it, if someone here using it can
give some references or working examples about the plugin that will be
excellent.
So what you wanna rails today?
--
Posted via http://www.ruby-forum.com/.
2007 Jun 19
5
Problems translating should_render from 0.8.2 to 1.0.5
<font size="2">I''m working on a large Rails site and we want to move from RSpec 0.8.2 to the latest and greatest. So we ran the translator and yet we''re having a lot of trouble translating should_render.<br><br>I found this on the web:<br><br>We will NOT be supporting the following in the new syntax:<br>
2007 Apr 17
0
rflickr: invalid auth token when uploading
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi, I''m working on an application which uses rflickr to upload images to
flickr. I''ve generated and cached an auth token as described in the
GETTING STARTED document in the rflickr tree. However, when I call the
API, I receive an error stating "ERR: Invalid auth token (98)". The
extended error is:
XMLRPC::FaultException
2006 Mar 29
1
Posting multiple files - how to set up params correctly
...ee more than one image in the
"document" hash.
What am I doing wrong here?
Can one use the file_field helper to generate multiple file selection
elements successfully?
====================================================
Here is my form:
<%= form_tag( { :action => ''upload_images'' },
{ :multipart => ''true'' } )%>
<TABLE>
<% for image in images do %>
<TR>
<TD>
<%= image.path.split(''/'').last[0..39] %>:
<% if ((! image.path.nil?) && (image.path.length >...
2006 Apr 01
0
Many file fields w/same name don''t show up as params array
..." hash.
My expectation was that this I could get params to have a document
element that then had one value which would be a hash of image values.
What am I doing wrong here?
====================================================
Here is my form:
<%= form_tag( { :action => ''upload_images'' },
{ :multipart => ''true'' } )%>
<TABLE>
<% for image in images do %>
<TR>
<TD>
<%= image.path.split(''/'').last[0..39] %>:
<% if ((! image.path.nil?) && (image.path.length >...