Hi, I have a small php script which allows me to upload image file on the server. The only problem is that it takes a whole life to upload a 586 kilobytes image file. It there anyway to optimise this?. I'm running a 256kb/s download and 58 kb/s upload. Thanks
+2
A:
The problem is your upload bandwidth. I don't think you can optimize this. You can optimize your image but not your upload speed.
fabrik
2010-07-06 11:03:58
Thanks for answering
Selom
2010-07-06 11:07:21
+1
A:
If i understand you correctly then you cannot optimise the process in its current form. What you can conisder though is switching to a more elegant file upload solution such as SWFupload, Uploadify or Plupload (to name a few). This will provide you with a graphical file upload progress bar so you dont have the same sense of the browser hanging.
seengee
2010-07-06 11:08:06
As i understand his problem is the speed (or lack of speed) not the solution itself. :(
fabrik
2010-07-06 11:09:59
yes, thats my understanding too. My solution just means the lack of speed is handled in a more elegant manner with visual cues about the progress which imv is an improvement.
seengee
2010-07-06 11:11:10