Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
340 views
in Technique[技术] by (71.8m points)

Uploading files are very slow in my PHp project

I am working on a osCommercre project, in which there pages for uploading the reference files, we have given functionality to upload the file upto 100 MB size, Now the client Complains me that customers are complaining for the late upload of files, what should i do to increase the upload speed?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Did you investigate what the real bottleneck is? This is all about upload speed, and the most obvious cause is that the clients have not enough bandwidth. Even if they use a fast ADSL, they could still have low upload speed (the "A" in ADSL stands for "Asymmetric", i.e. fast download, but slow upload).

For example, with a typical (for Europe) upload speed of 512kb/s, to upload a 100MB file it will take at least 26 minutes, assuming full speed (which is not the usual case)...


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...