Good afternoon gents,
Like to thank everyone that has made this project possible and working.
I need some help
My Uploader
is the link to my uploader, what is happening is the status window comes up, as well as another window with the UID, then "the top" window goes to my redirect site. What I want is my parent window to just refresh so it updates the file list.
Any help?
XUpload - Page Redirection or Refresh?
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
It looks that you just forgot to add upload iframe to your upload page:
Code: Select all
<iframe src="about:blank" name="upload" frameborder=0 style="width: 0px; height: 0px;"></iframe>