Hi
I have a page that scrolls with the file input down at the bottom of the page.
When I hit the submit button the page goes back to the top of the page instead of staying where it is so that the customer can see the progress meter.
Any ideas how to stop this happening?
sample http://www.buyaphoto.net/upload_form_tiny.html
the sample is not pretty but will give you some idea what I am talking about.
Thanks
XUpload - on submit form moves to top of page
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
I see. This was done for pop-up windows, not tiny. But it's easily fixable, just comment this line in xupload.js:
Code: Select all
window.scrollTo(0,0);