Page is a not externally linkable
httpwebwitch - 5:26 pm on Jun 17, 2009 (gmt 0)
In my script, 3Mb is defined as $limit = (3 * 1024 * 1024) = 3145728, not $limit = 3000000. I need to be careful that the limit is identical at each stage of the upload. Is a megabyte always (1024^2), or are there times when a megabyte is really (10^6)? This is another topic.
oh, btw sorry I was thinking in metric again.