search for: uploadform

Displaying 3 results from an estimated 3 matches for "uploadform".

2007 Feb 01
2
file_column 2nd try....
...atio = img.rows.to_f / 450 end self.width = ((img.columns / ratio)+10).to_i self.height = ((img.rows / ratio)+10).to_i end end So, this isn?t working...in fact I would be surprised if it would be that easy, as I just shifet code away from the controller to the worker... Ok: when submitting the uploadform at least the worker get fired and passed the args as expected, as I can see in the backgroundrb_server.log: 20070201-10:47:29 (53830) Starting worker: image_worker upload_img (image_worker_upload_img) (imagecreated_on(2i)2created_on(3i)1created_on(4i)00created_on(5i)18updated_on(1i)2007updated_...
2011 May 25
0
Issues implementing jquery-form plugin for displaying image via an ajax call in my rails poc
...ipts is like this:- jQuery.ajaxSetup({ ''beforeSend'' : function(xhr) { xhr.setRequestHeader("Accept","text/javascript") } }) $(''#post_msg input'').val(''''); $(document).ready(function() { $(''#uploadForm'').bind(''submit'', function(e) { e.preventDefault(); $(this).ajaxSubmit({ //target: ''#output'' dataType: ''script'' }); }); }); Generally, I tried doing some research/homewor...
2006 Jul 26
9
file upload
I''m looking for file upload documentation on the wiki, cant find anything. I only found the changeset that supports file upload. should the file be part of ''input'' ? please help. thanks -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has