aquary
07-31-2008, 03:51 AM
I've got a request to make an easy editable form which you can edit anything with a single click on it. The requirement is that there should be no page refreshing at all.
The other part (like text fields) are easy with Ajax, but it doesn't work with file uploading (in this case, images). So I used iframe to upload the file and change the image source accordingly.
The problem here is that, during/after the uploading process, there was a progress bar running at the bottom of browsers. There was a comment that it looked like the page is being refresh. How should I explain to them? I think that the progress bar is running because the image is being uploaded/downloaded from the servers, right?
The other part (like text fields) are easy with Ajax, but it doesn't work with file uploading (in this case, images). So I used iframe to upload the file and change the image source accordingly.
The problem here is that, during/after the uploading process, there was a progress bar running at the bottom of browsers. There was a comment that it looked like the page is being refresh. How should I explain to them? I think that the progress bar is running because the image is being uploaded/downloaded from the servers, right?