简体   繁体   English

如何在两个网站类型项目之间共享文件

[英]How to share files between two web site type projects

I am currently developing a customer portal where a customer and representative can upload and download files. 我目前正在开发一个客户门户,客户和代表可以在该门户上载和下载文件。

In the representative project, I have created a UploadedFiles folder that has a File folder in it and then each folder is dynamically created which stores the file according in the id folder of that ticket. 在具有代表性的项目中,我创建了一个其中有一个File夹的UploadedFiles文件夹,然后动态创建了每个文件夹,该文件夹根据该票证的id文件夹存储该文件。 Now Customer project is a website-type project: I wanted to share the files between customer and Representative project. 现在,客户项目是一个网站类型的项目:我想在客户项目和代表项目之间共享文件。

PS - I tried to use the add-as-link type but that option doesn't come on my end. PS-我尝试使用“添加为链接”类型,但该选项并没有结束。

You will need to use an external storage . 您将需要使用外部存储。 I would suggest Amazon S3 or Microsoft Azure or some other cloud storage. 我建议使用Amazon S3或Microsoft Azure或其他一些云存储。

OR 要么

Create an FTP folder that can be accessed from both projects 创建一个可以从两个项目访问的FTP文件夹

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM