Jump to content

Online application: File management


nikefido

Recommended Posts

Hi - I have been tasked to help develop an online application that will "securely" manage users files -

 

anyway, the major issues are

1) Security

 

and

 

2) server load

============================

In terms of security, I believe using an FTP rather than the usual "move_uploaded_file" is more secure as you don't necessarily need to chmod files.

 

However, how would a web server handle multiple FTP connections if the application has a potentially "large-ish" number of users at the same time? (Perhaps a better question is "What's the best way to reduce the load on a server").

 

How would any of you suggest going about this project?

 

Thanks in advance

 

 

Link to comment
https://forums.phpfreaks.com/topic/95703-online-application-file-management/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.