Django 大文件传输

发布于 2024-11-30 00:30:49 字数 405 浏览 2 评论 0原文

我正在寻找一个 django 应用程序,可以帮助顺利使用 HTTP Post 上传大尺寸文档的过程。

文档大小从 150mb 到 500mb 不等。

我编写了一个小型库,用于处理 PDF 上传并将其解析到我的 scribd 库,然后将其嵌入到我的网站上。

目前我的模型非常简单,它需要一个FileField,最好是PDF,然后上传PDF文件,通过它利用scribd库并将其直接发送到scribd进行编码。

问题是,在实际上传过程中的某个地方,它超时了,日志中没有错误,我已经调整了 django 应用程序的文件大小、Apache 的文件大小,现在我有点迷失了,不知道该去哪里从这里。

尽管我想消除手动工作,但理想情况下我仍然想通过我的网站使用它。

任何帮助或指示将不胜感激。

I am looking for a django app that can help smooth the process of uploading big size documents by using HTTP Post.

Documents ranging anything from 150mb to 500mb.

I wrote a small library that handles PDF uploads and parses it to my scribd library and through that embed it onto my site.

Currently my model is quite simple, it takes a FileField, preferably PDF and just and uploads the PDF File, through that makes use of the scribd library and send it directly to scribd for encoding.

The problem is, somewhere along the actual upload process, it times out, no errors in the log, I have adjusted my django apps size for files, Apache's size for files, and I am a bit lost at the moment not knowing where to go from here.

Although I want to eliminate the manual work, so ideally I'd still like to use it through my site.

Any help or pointers would be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苄①跕圉湢 2024-12-07 00:30:49

可能有点太晚了,但是,你尝试过 django-bft

Probably a bit too late, but, have you tried django-bft

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文