Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个 Rails 应用程序,它允许用户使用 jQuery 文件上传来上传图像。我试图让它像 Dropbox 一样工作,当上传发生时,用户仍然可以访问网站的不同部分。
我该怎么办?任何指导将不胜感激!
我可以为您提供这个解决方案。使用gem 'refile'.
gem 'refile'
它为您提供对存储的异步加载。您可以获得服务器的答案(文件 ID)并将其存储在会话中。我认为这是合适的方式,但它不使用 jquery 文件上传。