Displaying 2 results from an estimated 2 matches for "support_file".
2007 Apr 24
1
Testing for multipart form uploads
...he multipart encoding:
integration_test_file_upload.rb
Again, it doesn''t work. The file I''m getting is a truncated version of
the original.
This is my code:
fdata = fixture_file_upload(fname,''application/octet-stream'')
multipart_post
url_for(:controller=>:support_files, :action=>:create),
:session=>session,
:project_id=>project_id,
:support_file=>{''uploaded_data''=>fdata},
:format=>''xml''
BTW: On the other side, I''m using acts_as_attachment to process...
2006 Apr 22
5
selenium plugin not working with rails 1.1
Hi,
I really like selenium, and I just tried the plugin created Jonas
Bengtsson. However I cannot get it to run on rails 1.1 and coundn''t find
anyone complaining about it?
Did anyone get it to run on rails 1.1.2?
Greets,
Abdur-Rahman