README
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:2k
源码类别:

Ajax

开发平台:

Others

  1. =Overview
  2. The upload progress plugin will alter your rails CGI handling to track the uploaded status of multipart/form encoded posts.  The plugin will also add helper methods to create an AJAX updating progress bar.
  3. ==Installing
  4. Run "script/plugin upload_progress" or checkout the source into your plugins folder.
  5. svn checkout http://dev.rubyonrails.com/svn/plugins/upload_progress
  6. Expand this archive in your RAILS_ROOT/vendor/plugins directory.  The resulting plugin directory should look like:
  7. RAILS_ROOT/vendor/plugins/upload_progress/
  8. RAILS_ROOT/vendor/plugins/upload_progress/README.txt
  9. RAILS_ROOT/vendor/plugins/upload_progress/Rakefile
  10. RAILS_ROOT/vendor/plugins/upload_progress/init.rb
  11. RAILS_ROOT/vendor/plugins/upload_progress/public/
  12. RAILS_ROOT/vendor/plugins/upload_progress/public/stylesheets/
  13. RAILS_ROOT/vendor/plugins/upload_progress/public/stylesheets/upload_progress.css
  14. RAILS_ROOT/vendor/plugins/upload_progress/lib/
  15. RAILS_ROOT/vendor/plugins/upload_progress/doc/
  16. RAILS_ROOT/vendor/plugins/upload_progress/test/
  17. The stylesheets included in public/stylesheets are used as a guideline for styling your progress bar and status messages.  You can copy them directly into your own public/stylesheets folder or copy and paste.
  18. ==Documentation
  19. You can create the documentation by running:
  20. rake rdoc
  21. ==Requirements
  22. The requirments for getting periodic upload progress updates can be found here:
  23. http://sean.treadway.info/articles/2005/07/18/upload-progress-checklist
  24. ==Credits
  25. Sean Treadway <seant@superchannel.org> http://sean.treadway.info
  26. Thomas Fuchs <thomas@fesch.at> http://mir.aculo.us
  27. ==License
  28. This plugin is released under the MIT license.  See MIT-LICENSE for details