This time my question is the following: I want to upload images using a file input and instead of refreshing the whole I site, I want a simple AJAX loader to roll and after a few seconds get an uploaded image as a result IN THE SAME PAGE. I tried a few scripts that google found for me, but I didn’t seem to get them working.
Anyone able to help with knowledge or something useful online?
Thanks.
You can easily use ajaxupload to send images to the server side and then get the image on the success return of the function.