search for: uploadcolumn

Displaying 4 results from an estimated 4 matches for "uploadcolumn".

Did you mean: upload_column
2007 Aug 20
0
Raising errors in plugin-files or UploadColumn Validation
Hi all! I have a problem with the validation of uploaded images, or, to be more specific, with raising errors from plug-in files. I am using UploadColumn to upload pictures. Problem is that it won''t raise errors when upload e.g. txt-files. It will say "Upload succesfull", the time-stamp is updated only the picture hasn''t changed. I looked through the code of the plugin and found: #----File: upload_column.rb #----Code [b...
2007 May 28
1
upload_column problems on post after validation error
...s good !!! But if I try to post the form without a required field I give an exception and the controller show the form again, if I put the required data and post again I receive this exception: invalid format of ''hostel/117/photo_1.jpg;0182-Problemi-gravi.jpg'' |vendor/plugins/uploadcolumn/lib/upload_column.rb:431:in `set_path'' vendor/plugins/uploadcolumn/lib/upload_column.rb:809:in `send'' vendor/plugins/uploadcolumn/lib/upload_column.rb:809:in `photo_1_temp='' /usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/base.rb:1672:in `send''...
2009 Mar 28
1
Image uploading - upload_column
Hai I am using upload_column for uploading images. Trying to do the user registration. For the first time when the user tries to upload image it works fine. But when try to update the image an error undefined method `process!'' for #<UploadColumn::UploadedFile:0x6838424> occurs. in my view I set the :multipart=>true. and in controller in the edit action @user = User.find(params[:id]) and in update action @user.update_attributes(params[:user]). Do I need to add anything more? Please help , thanks in advance -- Posted via http://www....
2008 Aug 26
1
upload_column NoMethodError
Hi all, I''m using uploadcolumn plugin for file uploading. Followed the README file. Put "upload_column :src_file" in my model file as instructed, and i got this NoMethodError for the upload_column. This is the full trace: /usr/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:1667:in `method_missing&...