开发者

simple jquery plugin to upload a file via jQuery (Ruby on Rails)

开发者 https://www.devze.com 2023-01-20 18:17 出处:网络
I\'m looking for a simple jquery plugin to upload a file without FLASH. For Ruby on Rails. Single f开发者_如何学编程ile upload

I'm looking for a simple jquery plugin to upload a file without FLASH. For Ruby on Rails.

Single f开发者_如何学编程ile upload progress bar indicator and all the bits have been uploaded.


I would try the Jquery file upload plugin at http://blueimp.github.com/jQuery-File-Upload/

You can use this gem https://github.com/tors/jquery-fileupload-rails

Cheers, Abram


jQuery is a javascript framework.

File Upload is an HTML element: <input type="file" />

You have to process the file upload outside of client side technologies, in RoR for your case.

JavaScript and CSS can help alter the look and feel and the interaction to some extent.

See some plugins here: http://www.webdeveloperjuice.com/2010/02/13/7-trusted-ajax-file-upload-plugins-using-jquery/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号