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.
我正在使用 file_field 助手上传文件。文件上传后。这可以很好地上传文件,但我想做一些上传后的额外处理。为此,我需要知道源路径,即完整的本地文件路径,这样我就可以使用它来上传其他文件,而无需使用表单。关于我应该如何做这件事的任何想法?