images upload/download speed

images upload/download speed

I have html page that enable the user to upload images to server and show them right after the upload.

The upload goes pretty fast but when I set images src (right after the upload ends) to the uploaded images it takes some time.

Is there a better/quicker way to upload images (more than one) and view them on the page right after the upload ?

I thought about something like accumulate imagee to browser cache while uploading..., not sure if its possible.