如何在Tomcat服务器中管理上传的文件?

发布于 2024-10-19 04:44:24 字数 89 浏览 2 评论 0原文

我正在将音频文件上传并保存在 Tomcat 服务器中。我想知道他们在服务器中保存上传的文件是否有任何限制。

谁能告诉我一些管理这些文件的详细信息吗?

I am uploading and saving the audio files in the Tomcat server. I would like to know if their is any limit for saving the uploaded files in the server.

Can anyone please let me know some details to manage those files ?

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

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

发布评论

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

评论(2

我的奇迹 2024-10-26 04:44:24

文件如何到达运行服务器的主机并不重要,磁盘空间限制(如果运行服务器的进程的用户有任何配额)就是该限制。

It doesn't matter how the files got to your the host running the server, the disk space limit (if there is any quota for the user of the process running the server) is that limit.

演多会厌 2024-10-26 04:44:24

磁盘大小将是上传的大小限制。如果您使用的是Linux,则将另一个磁盘挂载到上传目录路径中,这将有助于您管理文件。

The disk size would be the size limit to upload. If you are using Linux mount another disk into the upload directory path which will help you to manage files.

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