similar to: nicEdit image upload

Displaying 20 results from an estimated 70000 matches similar to: "nicEdit image upload"

2010 Feb 14
0
nicEdti image upload plugin
Hi everyone! Please, try out my plugin for image upload with nicEdit. http://github.com/sergio-fry/Simple-nicEdit. Reply to : http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/3bc17b66993c7375 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2011 Jan 05
16
Nicedit (rich text editor)
Hello, I''m trying to use Nicedit to improve my text_areas in some views of my project. I have installed jquery: ruby script/plugin install git://github.com/aaronchi/jrails.git nicEdit plugin: ruby script/plugin install git://github.com/sergio-fry/Simple-nicEdit.git Add js in layout: <%= javascript_include_tag ''nicEdit'', ''nicEditInit'' %> Use it
2009 Sep 02
3
how to upload a file and to download it
hi all , Plz give me some links on how to upload and download files in RoR. I want to upload a pdf file in one login and i want to download the same in other login
2010 Jun 30
1
App not run when I upload on hosting support RoR
I have app RoR good running on NetBean with JRuby But, I upload up server to server, it not run. I have ready setup rubygem. Cau you help me? please guide detail with me about work from how to upload code to server host and start running app RoR. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Apr 10
3
File Upload Problems
following the instructions at http://wiki.rubyonrails.com/rails/pages/HowtoUploadFiles, I am able to upload to an explicit and existing directory (i.e. c:\ror\app\public\images\photo.jpg). However, when I try to upload to a folder that does not exist, say, c:\ror\app\public\image\newfolder\photo.jpg, I get the following error: Errno::ENOENT in Images#create No such file or directory -
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.
2006 Apr 05
6
How to Upload Image through RoR??
Hi, I have one form , in which I am using file_field teg for input image file as follows. ===== <%= file_field("store", "picture") %> ======= Tha Actual fileld name of my Image field in Database is "store_photo" with datatype LargeBLOB. & Inside my Store Model I have specified "def picture" as follows:- ========================= def
2008 Dec 08
1
How to upload file by ajax
Hey'' How to upload file with ajax in ROR? My code not working :( View file : <% form_remote_tag(:url => { :controller => ''Upload'', :action => ''uploadFile''}, :update => "result", :position => :bottom :html => {:multipart => true} ) do %> <p><label
2008 Apr 15
4
is there a way to outsource image uploads?
I''m trying to keep my rails app lean and mean and want to avoid (if possible) dealing with image uploads, thumbnail generation, running RMagick etc. I was excited about Amazon letting you upload files directly from the browser to your S3 bucket (http://doc.s3.amazonaws.com/proposals/ post.html) but I couldn''t figure out how to generate thumbnails - has anyone figured this out?
2011 Jul 07
0
Question of uploading large file using carrierwave, uploadify and nginx upload module
Hey ROR users, I have a small experimental web app which is for uploading files. The web app uses carrierwave, uploadify. It works fine on small size files. However, it can not handle large size files (>1G) efficiently. Then I decided using nginx upload module, it worked well on small size files after modification of codes,. But It fails on uploading large files (>1G) because of http error
2011 Jun 14
4
How to convert Image To Text in RoR
Hello All I have too many scanned notes i need to convert them into text and then user may download that as pdf , How it can be done in RoR Please help Thanks in advance :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit
2007 Apr 27
3
Image upload problem.
I''ve seen posts of a few people who have this problem, but not a single response about solving it. I can''t upload .png files, but .jpg and .gif work fine. When I upload just a .png, my action gets a StringIO object which breaks when I try to copy the upload to an absolute location. However, using multiple-field upload, as long as one of the to-upload files is *not* a .png, all
2007 Feb 09
7
Upload image without rmagic
I need a way to upload an image and display it without using any of the plugins that use rmagic. I have used the plugins (file_column, fleximage) which both use rmagic and gave me problems (never got fleximage to work) Thanks in advance - K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Mar 28
0
Upload progress bar changes in 1.1
Does anyone have info. on any changes to the upload progress bar in RoR 1.1? Some things appear to have changed - methods renamed or moved perhaps, at least. Nothing obvious in the CHANGELOG. Thanks, Wes -- Posted via http://www.ruby-forum.com/.
2006 Feb 13
0
file upload browse button triggers action
Hi, I''m new to RoR and I have a file upload form with file_field. Whenever I use the browse button to select the file name, my action (create) gets triggered. I only want the action to get triggered when the submit button is pressed. Is this possible or should I handle this in my create action, redisplaying the form if submit was not pressed How should this be done? Thanks in
2006 Sep 19
1
File upload problem
Ok, I''ve got a problem with uploading files larger than 65999 bytes (exactly - took me a pretty a long time to determine this limit ; dichotomy isn''t a very fast method you know). Above this size, my file isn''t event sent to the server since the connection is reset before the upload actually begins. At least, so it is in Firefox and IE ; in Safari, the page loading
2006 Mar 14
5
Apache2 + FastCGI + SSL: File upload fails with HTTPS
All, I have run into a road block with my RoR project. The app works fine without SSL but when I try to upload a file with the site running in HTTPS, cgi.rb throws an EOFError: [13/Mar/2006:23:05:48 :: 22982] Dispatcher failed to catch: bad content body (EOFError) /usr/lib/ruby/1.8/cgi.rb:981:in `read_multipart?
2010 Jun 29
3
FTP: which FTP is best for Ubuntu to upload rails project
I am trying to upload the constants to my shared server but built in FTP in Ubuntu is not working -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2009 Sep 25
0
Rails tiny plugin using jquery, paerclip with image upload and media upload support
Rails tiny plugin using jquery, paerclip with image upload and media upload support http://github.com/sandipransing/rails_tiny_mce Sandip -- Ruby on Rails Developer http://funonrails.wordpress.com www.joshsoftware.com http://brandpotion.com (Latest project released) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2019 Sep 19
2
[PATCH] v2v: -o rhv-upload: check for a valid image transfer right away
Check for the INITIALIZING state of the image transfer right away, without waiting 5 seconds even before the first time: this way, if the transfer is already in the right state then there is no need to wait. --- v2v/rhv-upload-plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py index 51a7f381a..685680213 100644 ---