ProgressBar for Downloading a Single Large JPG
I've seen lots of progressbar information out there, most of them for uploading, or downloading multiple files. However, the site I'm working on requires a single large JPG (~950KB) at a time. I don't want to preload the file because I have so many of them (it's a photographer's site). They wanted a progress bar at the to show the status as it loads the image, then I'd .fadeTo() the image.
Can you use jQuery or PHP, or both to get the status of downloading a file like that? Thanks!