search for: upload_pic

Displaying 2 results from an estimated 2 matches for "upload_pic".

Did you mean: upload_id
2007 Jan 06
2
S3 throwing invalid argument using AWS S3 API
...oblem is that after I establish a connection using establish_connection!, and try using the "store" command, I keep getting the following error. However, if I reboot my webrick server, it works fine for about one hour and then starts throwing this error: Errno::EINVAL in UsersController#upload_pic Invalid argument RAILS_ROOT: ./script/../config/.. Application Trace | Framework Trace | Full Trace E:/InstantRails/ruby/lib/ruby/1.8/net/protocol.rb:175:in `write'' E:/InstantRails/ruby/lib/ruby/1.8/net/protocol.rb:175:in `write0'' E:/InstantRails/ruby/lib/ruby/1.8/net/protocol....
2006 Jul 22
17
Problem getting form_remote_tag to work with image upload
Hey guys, I am trying to pass the parameters for the file being upload, but the params[] are not being passed. Ive read through some posts and realize this is an issue with RoR. I read through some of the posts and someone suggested using: http://svn.kylemaxwell.com/form_remote_upload/trunk/ I tried to install it, and although I thought I installed it correctly, it doesn''t work.