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.
我希望用户将我的视频文件上传到dailymotion。在我看来,我提供了这个输入字段......
[...] <%= file_field 'file_path' %> [...]
但这会导致我的 rails 应用程序直接将其上传到我的 rails 应用程序服务器。我希望用户直接将其上传到另一台服务器-dailymotion,在这种情况下( api 有效,在这里无关紧要)
你们能帮我或给我提示吗?
S3SwfUpload 允许用户直接将文件上传到 S3,因此您可以节省在应用服务器中上传过程的成本。
去https://github.com/nathancolgate/s3-swf-upload-plugin